diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-26 15:05:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-26 15:05:37 +0200 |
commit | 07be0fd21d841b1b9e937d4af73cca7a629d6e70 (patch) | |
tree | a1f7a7a1c6ef9ee66495e62d160ed23ac241d156 /src/auditor/auditor-basedb.sql | |
parent | 3b9e9eed11333fcd4f6a9299d06274cba77a5434 (diff) |
-more typos
Diffstat (limited to 'src/auditor/auditor-basedb.sql')
-rw-r--r-- | src/auditor/auditor-basedb.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/auditor/auditor-basedb.sql b/src/auditor/auditor-basedb.sql index 8b74c6bd..69950d5b 100644 --- a/src/auditor/auditor-basedb.sql +++ b/src/auditor/auditor-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 @@ -16989,4 +16989,3 @@ ALTER TABLE ONLY public.signkey_revocations -- -- PostgreSQL database dump complete -- - |