aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/drop0001.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/drop0001.sql')
-rw-r--r--src/exchangedb/drop0001.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql
index 7ffa7554c..4d06fd510 100644
--- a/src/exchangedb/drop0001.sql
+++ b/src/exchangedb/drop0001.sql
@@ -44,7 +44,7 @@ DROP TABLE IF EXISTS denomination_revocations CASCADE;
44DROP TABLE IF EXISTS denominations CASCADE; 44DROP TABLE IF EXISTS denominations CASCADE;
45 45
46-- Unregister patch (0001.sql) 46-- Unregister patch (0001.sql)
47SELECT _v.unregister_patch('exchange-0001', NULL, NULL); 47SELECT _v.unregister_patch('exchange-0001');
48 48
49-- And we're out of here... 49-- And we're out of here...
50COMMIT; 50COMMIT;