diff --git a/migrations/000.585.sql b/migrations/000.585.sql new file mode 100644 index 0000000..225ad48 --- /dev/null +++ b/migrations/000.585.sql @@ -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; \ No newline at end of file