P5-5503 add italy market
This commit is contained in:
@@ -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);
|
||||||
Reference in New Issue
Block a user