From 4276ea57c212fde417101fa3b4e47a3f34e32b6d Mon Sep 17 00:00:00 2001 From: vetemi Date: Fri, 17 Nov 2023 11:56:46 +0100 Subject: [PATCH] fixed migrations --- jugendkompass/post_migration_jugendkompass.sql | 2 +- wuppngo/post_migration_wuppngo.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jugendkompass/post_migration_jugendkompass.sql b/jugendkompass/post_migration_jugendkompass.sql index c1c0815..ae8641b 100644 --- a/jugendkompass/post_migration_jugendkompass.sql +++ b/jugendkompass/post_migration_jugendkompass.sql @@ -140,7 +140,7 @@ insert into media (`id`, `name`, `mime_type`, `extension`, `size`) values **/ insert into pages (`id`, `slug`, `meta_description`, `is_landing`, `call_url`) values -('7cefc60c-8325-4861-90c7-97f1e8eeb290', 'landing', 'The Youth Compass is your platform by and for children and young people! Join in and exchange ideas about everything that moves you in Dinslaken and the surrounding area.', true, 'https://jugendkompass-din.de/user/login'), +('7cefc60c-8325-4861-90c7-97f1e8eeb290', 'landing', 'The Youth Compass is your platform by and for children and young people! Join in and exchange ideas about everything that moves you in Dinslaken and the surrounding area.', true, 'https://www.jugendkompass-din.de/account/login'), ('3acf644c-9f71-4209-8aaa-5549bf14edfb', 'developer', 'About the developers', 0, 'https://www.codeschluss.de/'); insert into page_media (id, media_id, page_id, title) values diff --git a/wuppngo/post_migration_wuppngo.sql b/wuppngo/post_migration_wuppngo.sql index 72eceaf..713d888 100644 --- a/wuppngo/post_migration_wuppngo.sql +++ b/wuppngo/post_migration_wuppngo.sql @@ -140,7 +140,7 @@ insert into media (`id`, `name`, `mime_type`, `extension`, `size`) values **/ insert into pages (`id`, `slug`, `meta_description`, `is_landing`, `call_url`) values -('7cefc60c-8325-4861-90c7-97f1e8eeb290', 'landing', "Whether at home, in the Internet café or on your smartphone. Wupp'n'go provides you with information about the latest events in Wuppertal from anywhere. Simply filter by categories, neighborhoods or audiences and see only the events you need.", true, 'https://wuppngo.de/about-us'), +('7cefc60c-8325-4861-90c7-97f1e8eeb290', 'landing', "Whether at home, in the Internet café or on your smartphone. Wupp'n'go provides you with information about the latest events in Wuppertal from anywhere. Simply filter by categories, neighborhoods or audiences and see only the events you need.", true, 'https://www.wuppngo.de/portal/about-us'), ('3acf644c-9f71-4209-8aaa-5549bf14edfb', 'developer', 'About the developers', 0, 'https://www.codeschluss.de/'); insert into page_media (id, media_id, page_id, title) values