Files
database/migrations/archive/000.225.sql
T
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

9 lines
265 B
SQL

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