From 43ee9da01dce57260f3c3c706655f2b830474be2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 31 Oct 2021 12:49:51 +0100 Subject: misc fixes --- src/exchangedb/drop0001.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/exchangedb/drop0001.sql') diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql index 54338f02c..9c77d30cb 100644 --- a/src/exchangedb/drop0001.sql +++ b/src/exchangedb/drop0001.sql @@ -22,6 +22,9 @@ BEGIN; -- Unlike the other SQL files, it SHOULD be updated to reflect the -- latest requirements for dropping tables. +-- Unregister patch (exchange-0001.sql) +SELECT _v.unregister_patch('exchange-0001'); + -- Drops for exchange-0001.sql DROP TABLE IF EXISTS revolving_work_shards CASCADE; DROP TABLE IF EXISTS auditors CASCADE; @@ -51,8 +54,5 @@ DROP TABLE IF EXISTS denomination_revocations CASCADE; DROP TABLE IF EXISTS denominations CASCADE; --- Unregister patch (exchange-0001.sql) -SELECT _v.unregister_patch('exchange-0001'); - -- And we're out of here... COMMIT; -- cgit v1.2.3