summaryrefslogtreecommitdiff
path: root/src/auditor/revoke-basedb.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/revoke-basedb.sql')
-rw-r--r--src/auditor/revoke-basedb.sql3
1 files changed, 1 insertions, 2 deletions
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
--
-