aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/drop.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/drop.sql')
-rw-r--r--src/exchangedb/drop.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/drop.sql b/src/exchangedb/drop.sql
index ecebde6f5..843cda8ec 100644
--- a/src/exchangedb/drop.sql
+++ b/src/exchangedb/drop.sql
@@ -21,6 +21,7 @@ BEGIN;
SELECT _v.unregister_patch('exchange-0001');
SELECT _v.unregister_patch('exchange-0002');
SELECT _v.unregister_patch('exchange-0003');
+SELECT _v.unregister_patch('exchange-0004');
DROP SCHEMA exchange CASCADE;