diff options
| author | Christian Grothoff <christian@grothoff.org> | 2021-06-21 00:17:16 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2021-06-21 00:17:16 +0200 |
| commit | 9c51720cbfb86c89bc1f1872432c4f6a66fba5bd (patch) | |
| tree | 56eede9e232962013b09afa2efc3c1cb37f41e0f /src/exchangedb/drop0002.sql | |
| parent | 108bf57d048a135cb71f9453540c9d6579ae2028 (diff) | |
fixing parallel fakebank to ensure transactions are ordered, fixing indices/constraint preservation after DB update to 0002
Diffstat (limited to 'src/exchangedb/drop0002.sql')
| -rw-r--r-- | src/exchangedb/drop0002.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/drop0002.sql b/src/exchangedb/drop0002.sql index 03870e63..5bffab66 100644 --- a/src/exchangedb/drop0002.sql +++ b/src/exchangedb/drop0002.sql @@ -27,6 +27,7 @@ DROP TABLE IF EXISTS auditor_denom_sigs CASCADE; DROP TABLE IF EXISTS exchange_sign_keys CASCADE; DROP TABLE IF EXISTS wire_accounts CASCADE; DROP TABLE IF EXISTS signkey_revocations CASCADE; +DROP TABLE IF EXISTS work_shards CASCADE; -- And we're out of here... COMMIT; |
