Files
database/migrations/archive/000.398.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

39 lines
4.8 KiB
SQL

-- #2581: Name change decoration murale for french market_locale ids
-- 12: France, 15: Belgium (French), 22: Canada (French), 27: Switzerland (French), 31: Luxembourg (French)
INSERT INTO redirects(market_locale_id, source_uri, target_uri) VALUES
(12, 'tous-les-decorations-murales-et-papiers-peints', 'tous-les-papiers-peints-panoramiques-et-papiers-peints-design'),
(12, 'nos-produits/descriptif-produit-papiers-peints', 'nos-produits/papiers-peints-descriptif-produit'),
(12, '/art-mural/l-importance-des-decorations-murales-article', '/art-mural/l-importance-des-papiers-peints-panoramiques-article'),
(12, '/conseils-de-decoration/boostez-votre-humeur-a-l-aide-de-decorations-murales-graphiques-article', '/conseils-de-decoration/boostez-votre-humeur-a-l-aide-de-decorations-murales-graphiques-article'),
(12, '/art-mural/pleins-phares-sur-les-decorations-murales-article', '/art-mural/pleins-phares-sur-les-papiers-peints-panoramiques-article'),
(12, '/art-mural/decorations-murales-facon-graffitis-pour-les-adeptes-du-style-urbain-article', '/art-mural/papiers-peints-panoramiques-facon-graffitis-pour-les-adeptes-du-style-urbain-article'),
(12, '/art-mural/des-decorations-murales-minimalistes-pour-un-interieur-des-plus-apaisants-article', '/art-mural/des-papiers-peints-panoramiques-minimalistes-pour-un-interieur-des-plus-apaisants-article'),
(12, '/art-mural/idees-de-decorations-murales-pour-la-chambre-de-bebe-article', '/art-mural/idees-de-papiers-peints-panoramiques-pour-la-chambre-de-bebe-article'),
(12, '/amenagement-interieur/decorations-murales-pour-la-cuisine-oubliez-les-affiches-traditionnelles-de-nourriture-article', '/amenagement-interieur/papiers-peints-panoramiques-pour-la-cuisine-oubliez-les-affiches-traditionnelles-de-nourriture-article'),
(12, '/decoration-interieure/salle-de-bain-ne-faites-pas-l-impasse-sur-les-decorations-murales-article', '/decoration-interieure/salle-de-bain-ne-faites-pas-l-impasse-sur-les-papiers-peints-panoramiques-article'),
(12, 'decorations-murales/rencontre-avec-l-artiste-argentin-cevo-l-artiste-derriere-les-points-article', 'papiers-peints-panoramiques/rencontre-avec-l-artiste-argentin-cevo-l-artiste-derriere-les-points-article'),
(12, 'decorations-murales/collaboration-exclusive-avec-acne-jr-article', 'papiers-peints-panoramiques/collaboration-exclusive-avec-acne-jr-article'),
(12, 'decorations-murales/nouveau-l-univers-fabuleux-de-nadja-wedin-chez-photowall-article', 'papiers-peints-panoramiques/nouveau-l-univers-fabuleux-de-nadja-wedin-chez-photowall-article'),
(12, 'decorations-murales/les-nouvelles-couleurs-de-nothing-can-go-wrng-article', 'papiers-peints-panoramiques/les-nouvelles-couleurs-de-nothing-can-go-wrng-article'),
(12, 'decorations-murales/les-10-papiers-peints-favoris-d-anna-maria-article', 'papiers-peints-panoramiques/les-10-papiers-peints-favoris-d-anna-maria-article'),
(15, 'tous-les-decorations-murales-et-papiers-peints', 'tous-les-papiers-peints-panoramiques-et-papiers-peints-design'),
(15, 'nos-produits/descriptif-produit-papiers-peints', 'nos-produits/papiers-peints-descriptif-produit'),
(15, 'decorations-murales/rencontre-avec-l-artiste-argentin-cevo-l-artiste-derriere-les-points-article', 'papiers-peints-panoramiques/rencontre-avec-l-artiste-argentin-cevo-l-artiste-derriere-les-points-article'),
(22, 'tous-les-decorations-murales-et-papiers-peints', 'tous-les-papiers-peints-panoramiques-et-papiers-peints-design'),
(22, 'nos-produits/descriptif-produit-papiers-peints', 'nos-produits/papiers-peints-descriptif-produit'),
(22, 'decorations-murales/rencontre-avec-l-artiste-argentin-cevo-l-artiste-derriere-les-points-article', 'papiers-peints-panoramiques/rencontre-avec-l-artiste-argentin-cevo-l-artiste-derriere-les-points-article'),
(27, 'tous-les-decorations-murales-et-papiers-peints', 'tous-les-papiers-peints-panoramiques-et-papiers-peints-design'),
(27, 'nos-produits/descriptif-produit-papiers-peints', 'nos-produits/papiers-peints-descriptif-produit'),
(27, 'decorations-murales/rencontre-avec-l-artiste-argentin-cevo-l-artiste-derriere-les-points-article', 'papiers-peints-panoramiques/rencontre-avec-l-artiste-argentin-cevo-l-artiste-derriere-les-points-article'),
(31, 'tous-les-decorations-murales-et-papiers-peints', 'tous-les-papiers-peints-panoramiques-et-papiers-peints-design'),
(31, 'nos-produits/descriptif-produit-papiers-peints', 'nos-produits/papiers-peints-descriptif-produit'),
(31, 'decorations-murales/rencontre-avec-l-artiste-argentin-cevo-l-artiste-derriere-les-points-article', 'papiers-peints-panoramiques/rencontre-avec-l-artiste-argentin-cevo-l-artiste-derriere-les-points-article')
ON CONFLICT DO NOTHING;
UPDATE article_content SET slug = REPLACE(slug, 'decorations-murales', 'papiers-peints-panoramiques');