summaryrefslogtreecommitdiff
path: root/src/backenddb/drop0001.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-16 11:27:04 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-16 11:27:04 +0200
commitde6225f820a6e1627786874d8df9df99b5f5e4bc (patch)
tree98425261cb06c5824a8e173919d834d0a033ca1b /src/backenddb/drop0001.sql
parent75855e0fce31ff32654daad2e70e0f2186f3e9b0 (diff)
downloadmerchant-de6225f820a6e1627786874d8df9df99b5f5e4bc.tar.gz
merchant-de6225f820a6e1627786874d8df9df99b5f5e4bc.tar.bz2
merchant-de6225f820a6e1627786874d8df9df99b5f5e4bc.zip
fix sql
Diffstat (limited to 'src/backenddb/drop0001.sql')
-rw-r--r--src/backenddb/drop0001.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backenddb/drop0001.sql b/src/backenddb/drop0001.sql
index 81b76918..f0bfeb74 100644
--- a/src/backenddb/drop0001.sql
+++ b/src/backenddb/drop0001.sql
@@ -48,7 +48,7 @@ DROP TABLE IF EXISTS merchant_tip_pickups CASCADE;
DROP TABLE IF EXISTS merchant_tip_pickup_signatures CASCADE;
-- Unregister patch (0001.sql)
-_v.unregister_patch('merchant-0001', NULL, NULL);
+SELECT _v.unregister_patch('merchant-0001');
-- And we're out of here...
COMMIT;