aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/0002-denomination_revocations.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-27 18:40:44 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-27 18:40:44 +0100
commitf2ba02aab2b9bbd976107ecc4ac7e7d657a9d73a (patch)
tree2b573c5ec895fbca1663a9e0efa6102890f68bbc /src/exchangedb/0002-denomination_revocations.sql
parentbbf3e6fe03f1f9f8c7d342004f65bab9f7b1b91c (diff)
downloadexchange-f2ba02aab2b9bbd976107ecc4ac7e7d657a9d73a.tar.xz
more sql refactoring
Diffstat (limited to 'src/exchangedb/0002-denomination_revocations.sql')
-rw-r--r--src/exchangedb/0002-denomination_revocations.sql14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/exchangedb/0002-denomination_revocations.sql b/src/exchangedb/0002-denomination_revocations.sql
index 57668b358..96e13cd15 100644
--- a/src/exchangedb/0002-denomination_revocations.sql
+++ b/src/exchangedb/0002-denomination_revocations.sql
@@ -21,17 +21,3 @@ CREATE TABLE IF NOT EXISTS denomination_revocations
);
COMMENT ON TABLE denomination_revocations
IS 'remembering which denomination keys have been revoked';
-
-
-INSERT INTO exchange_tables
- (name
- ,version
- ,action
- ,partitioned
- ,by_range)
- VALUES
- ('denomination_revocations'
- ,'exchange-0002'
- ,'create'
- ,FALSE
- ,FALSE);