diff options
Diffstat (limited to 'src/backenddb/merchant-0006.sql')
-rw-r--r-- | src/backenddb/merchant-0006.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backenddb/merchant-0006.sql b/src/backenddb/merchant-0006.sql index e216b4ad..81a4e656 100644 --- a/src/backenddb/merchant-0006.sql +++ b/src/backenddb/merchant-0006.sql @@ -26,12 +26,6 @@ SELECT _v.register_patch('merchant-0006', NULL, NULL); SET search_path TO merchant; -ALTER TABLE merchant_contract_terms - ADD COLUMN choice_index INT2 DEFAULT NULL; - -COMMENT ON COLUMN merchant_contract_terms.choice_index - IS 'Index of selected choice. Refers to the `choices` array in the contract terms. NULL for contracts without choices.'; - ALTER TABLE merchant_inventory ALTER COLUMN image SET DATA TYPE TEXT; |