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.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql
index 7c138d9f5..2b510cbae 100644
--- a/src/exchangedb/drop0001.sql
+++ b/src/exchangedb/drop0001.sql
@@ -27,8 +27,8 @@ BEGIN;
SELECT _v.unregister_patch('exchange-0001');
-- Drops for exchange-0001.sql
-DROP TRIGGER IF EXISTS reserves_out_on_insert ON reserves_out_default;
-DROP TRIGGER IF EXISTS reserves_out_on_delete ON reserves_out_default;
+DROP TRIGGER IF EXISTS reserves_out_on_insert ON reserves_out;
+DROP TRIGGER IF EXISTS reserves_out_on_delete ON reserves_out;
DROP TABLE IF EXISTS revolving_work_shards CASCADE;
DROP TABLE IF EXISTS extensions CASCADE;
DROP TABLE IF EXISTS auditors CASCADE;