summaryrefslogtreecommitdiff
path: root/src/stasis
diff options
context:
space:
mode:
Diffstat (limited to 'src/stasis')
-rw-r--r--src/stasis/drop0001.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stasis/drop0001.sql b/src/stasis/drop0001.sql
index afc457d..c7697c0 100644
--- a/src/stasis/drop0001.sql
+++ b/src/stasis/drop0001.sql
@@ -29,6 +29,7 @@ DROP TABLE IF EXISTS anastasis_recdoc_payment;
DROP TABLE IF EXISTS anastasis_recoverydocument;
DROP TABLE IF EXISTS anastasis_challengecode;
DROP TABLE IF EXISTS anastasis_challenge_payment;
+DROP TABLE IF EXISTS anastasis_auth_iban_in;
-- Unregister patch (0001.sql)
SELECT _v.unregister_patch('stasis-0001');