-- 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);