summaryrefslogtreecommitdiff
path: root/src/auditordb/drop0001.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-19 02:23:57 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-19 02:23:57 +0200
commit5f993f573dcac74f6353ae662bbfb6405903390d (patch)
tree677ffe3e4b431895bc09fba15d20417422795fb2 /src/auditordb/drop0001.sql
parentcc8eecca91678258b68264ef85c240fe35bc8b40 (diff)
downloadexchange-5f993f573dcac74f6353ae662bbfb6405903390d.tar.gz
exchange-5f993f573dcac74f6353ae662bbfb6405903390d.tar.bz2
exchange-5f993f573dcac74f6353ae662bbfb6405903390d.zip
fix auditor drop
Diffstat (limited to 'src/auditordb/drop0001.sql')
-rw-r--r--src/auditordb/drop0001.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/drop0001.sql b/src/auditordb/drop0001.sql
index 80f953e32..8e42c8094 100644
--- a/src/auditordb/drop0001.sql
+++ b/src/auditordb/drop0001.sql
@@ -43,8 +43,8 @@ DROP TABLE IF EXISTS auditor_denominations CASCADE;
DROP TABLE IF EXISTS deposit_confirmations CASCADE;
DROP TABLE IF EXISTS auditor_exchanges CASCADE;
--- Drop versioning (0000.sql)
-DROP SCHEMA IF EXISTS _v CASCADE;
+-- Drop versioning (auditor-0001.sql)
+SELECT _v.unregister_patch('auditor-0001');
-- And we're out of here...
COMMIT;