Alter type of discount_code_filters.filter_value to accept longer values (#515)

This commit is contained in:
Fredrik Ringqvist
2025-11-10 10:58:16 +01:00
committed by GitHub
parent 29feec572c
commit 15e178f6b3
+2
View File
@@ -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;