diff options
Diffstat (limited to 'src/exchangedb/drop0001.sql')
-rw-r--r-- | src/exchangedb/drop0001.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql index f0f46a611..7ffa7554c 100644 --- a/src/exchangedb/drop0001.sql +++ b/src/exchangedb/drop0001.sql | |||
@@ -43,8 +43,8 @@ DROP TABLE IF EXISTS reserves CASCADE; | |||
43 | DROP TABLE IF EXISTS denomination_revocations CASCADE; | 43 | DROP TABLE IF EXISTS denomination_revocations CASCADE; |
44 | DROP TABLE IF EXISTS denominations CASCADE; | 44 | DROP TABLE IF EXISTS denominations CASCADE; |
45 | 45 | ||
46 | -- Drop versioning (0000.sql) | 46 | -- Unregister patch (0001.sql) |
47 | DROP SCHEMA IF EXISTS _v CASCADE; | 47 | SELECT _v.unregister_patch('exchange-0001', NULL, NULL); |
48 | 48 | ||
49 | -- And we're out of here... | 49 | -- And we're out of here... |
50 | COMMIT; | 50 | COMMIT; |