aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/0002-deposits.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-27 21:43:55 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-27 21:43:55 +0100
commitc86c92200c331f0099ab95edd35b9f73c177b72b (patch)
tree0132917d3f18c12d6517b5edb4d166468739c989 /src/exchangedb/0002-deposits.sql
parentcf2e37cd876651e799893e8fe5babb51a9e12dd7 (diff)
downloadexchange-c86c92200c331f0099ab95edd35b9f73c177b72b.tar.xz
-db tests pass again
Diffstat (limited to 'src/exchangedb/0002-deposits.sql')
-rw-r--r--src/exchangedb/0002-deposits.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchangedb/0002-deposits.sql b/src/exchangedb/0002-deposits.sql
index 679103c45..92210afa3 100644
--- a/src/exchangedb/0002-deposits.sql
+++ b/src/exchangedb/0002-deposits.sql
@@ -404,22 +404,22 @@ INSERT INTO exchange_tables
,'exchange-0002'
,'create'
,TRUE
- ,FALSE),
+ ,TRUE),
('deposits_by_ready'
,'exchange-0002'
,'constrain'
,TRUE
- ,FALSE),
+ ,TRUE),
('deposits_for_matching'
,'exchange-0002'
,'create'
,TRUE
- ,FALSE),
+ ,TRUE),
('deposits_for_matching'
,'exchange-0002'
,'constrain'
,TRUE
- ,FALSE),
+ ,TRUE),
('deposits'
,'exchange-0002'
,'master'