diff --git a/migrations/000.225.sql b/migrations/000.225.sql new file mode 100644 index 0000000..c902780 --- /dev/null +++ b/migrations/000.225.sql @@ -0,0 +1,8 @@ +-- P5-5503: add italy market + +-- fix so its possible to save category texts +alter table category_texts ALTER COLUMN name DROP not null; + +insert into locales (value, esales_locale) values ('it_IT', 'it_IT'); + +insert into markets (name, locale_id) values ('IT', 15);