Alter type of discount_code_filters.filter_value to accept longer values (#515)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- Change the column type of filter_value from varchar(100) because we had exceeded it
|
||||
ALTER TABLE discount_code_filters ALTER COLUMN filter_value TYPE text;
|
||||
Reference in New Issue
Block a user