summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-24 21:48:34 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-24 21:48:34 +0200
commit8276be2a2cece6365227c5b4e5aafd1f63b9a9fc (patch)
tree0289a60954bcd27b502f2c8831b5494d165914a5 /src
parentfae146d1def6167b9fcc144c01ba37e6671cf159 (diff)
downloadanastasis-8276be2a2cece6365227c5b4e5aafd1f63b9a9fc.tar.gz
anastasis-8276be2a2cece6365227c5b4e5aafd1f63b9a9fc.tar.bz2
anastasis-8276be2a2cece6365227c5b4e5aafd1f63b9a9fc.zip
-add missing DROP
Diffstat (limited to 'src')
-rw-r--r--src/cli/test_free_reducer.conf3
-rw-r--r--src/stasis/drop0001.sql1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/cli/test_free_reducer.conf b/src/cli/test_free_reducer.conf
index 9445c7e..74954cd 100644
--- a/src/cli/test_free_reducer.conf
+++ b/src/cli/test_free_reducer.conf
@@ -15,6 +15,9 @@ SERVER_SALT = BUfO1KGOKYIFlFQg
BUSINESS_NAME = "Data loss Inc."
[stasis]
+DB = postgres
+
+[stasis-postgres]
CONFIG = postgres:///anastasischeck
[anastasis-merchant-backend]
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');