Files
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

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

6 lines
235 B
SQL

-- P5-5908 add article category translations for AT
-- copy from DE
INSERT INTO article_categories_translations (market_id, category_id, name)
SELECT 10, category_id, name FROM article_categories_translations WHERE market_id = 8;