Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fixed migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
vetemi committed Nov 17, 2023
1 parent 5f7b82a commit 4276ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jugendkompass/post_migration_jugendkompass.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wuppngo/post_migration_wuppngo.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4276ea5

Please sign in to comment.