aboutsummaryrefslogtreecommitdiff
path: root/src/backenddb/merchant-0009.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/backenddb/merchant-0009.sql')
-rw-r--r--src/backenddb/merchant-0009.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backenddb/merchant-0009.sql b/src/backenddb/merchant-0009.sql
index 56705c3e..babecf93 100644
--- a/src/backenddb/merchant-0009.sql
+++ b/src/backenddb/merchant-0009.sql
@@ -24,10 +24,10 @@ BEGIN;
-- Check patch versioning is in place.
SELECT _v.register_patch('merchant-0009', NULL, NULL);
-SET search_path TO merchant
- DROP COLUMN required_currency;
+SET search_path TO merchant;
-ALTER TABLE merchant_template ;
+ALTER TABLE merchant_template
+ DROP COLUMN required_currency;
-- Complete transaction
COMMIT;