From 2443ee672d9e7e9422bcfcadb5aedf87f0085839 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 26 Jun 2022 15:05:37 +0200 Subject: -more typos --- src/auditor/revoke-basedb.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/auditor/revoke-basedb.sql') diff --git a/src/auditor/revoke-basedb.sql b/src/auditor/revoke-basedb.sql index e39202c51..f0aff7650 100644 --- a/src/auditor/revoke-basedb.sql +++ b/src/auditor/revoke-basedb.sql @@ -1442,7 +1442,7 @@ BEGIN PERFORM create_partitioned_table( 'CREATE TABLE IF NOT EXISTS %I' '(aggregation_serial_id BIGINT GENERATED BY DEFAULT AS IDENTITY' -- UNIQUE' - ',deposit_serial_id INT8 PRIMARY KEY' -- REFERENCES deposits (deposit_serial_id) ON DELETE CASCADE' -- FIXME chnage to coint_pub + deposit_serial_id for more efficient depost -- or something else ??? + ',deposit_serial_id INT8 PRIMARY KEY' -- REFERENCES deposits (deposit_serial_id) ON DELETE CASCADE' -- FIXME change to coint_pub + deposit_serial_id for more efficient depost -- or something else ??? ',wtid_raw BYTEA NOT NULL' -- CONSTRAINT wire_out_ref REFERENCES wire_out(wtid_raw) ON DELETE CASCADE DEFERRABLE' ') %s ;' ,table_name @@ -17001,4 +17001,3 @@ ALTER TABLE ONLY public.signkey_revocations -- -- PostgreSQL database dump complete -- - -- cgit v1.2.3