Skip to content

Commit

Permalink
Adjust dabase entries urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Draikth committed Jul 26, 2024
1 parent 7df28a7 commit aa36c4a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions migrations/00007-insertEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const events = [
category: 'Music',
description: 'A grand music festival featuring top artists.',
image: 'http://example.com/images/vienna_music_festival.jpg',
organizer_url: 'http://example.com/organizers/vienna_music_festival',
organizer_url: 'https://www.viennasummermusic.com/',
age_restriction: false,
archived: false,
},
Expand All @@ -30,7 +30,7 @@ const events = [
description:
'Annual tech conference covering the latest trends in technology.',
image: 'http://example.com/images/vienna_tech_conference.jpg',
organizer_url: 'http://example.com/organizers/vienna_tech_conference',
organizer_url: 'https://www.techconference.at/',
age_restriction: false,
archived: false,
},
Expand All @@ -46,7 +46,7 @@ const events = [
category: 'Art',
description: 'Exhibition of contemporary art by local artists.',
image: 'http://example.com/images/vienna_art_exhibition.jpg',
organizer_url: 'http://example.com/organizers/vienna_art_exhibition',
organizer_url: 'https://www.albertina.at/en/',
age_restriction: false,
archived: false,
},
Expand All @@ -62,7 +62,7 @@ const events = [
category: 'Sports',
description: 'Annual city marathon with thousands of participants.',
image: 'http://example.com/images/vienna_marathon.jpg',
organizer_url: 'http://example.com/organizers/vienna_marathon',
organizer_url: 'https://www.vienna-marathon.com/',
age_restriction: false,
archived: false,
},
Expand All @@ -78,7 +78,7 @@ const events = [
category: 'Food',
description: 'Festival showcasing diverse culinary delights.',
image: 'http://example.com/images/vienna_food_festival.jpg',
organizer_url: 'http://example.com/organizers/vienna_food_festival',
organizer_url: 'https://www.naschmarkt-vienna.com/',
age_restriction: false,
archived: false,
},
Expand All @@ -94,7 +94,7 @@ const events = [
category: 'Science',
description: 'Interactive science fair with exhibits and demonstrations.',
image: 'http://example.com/images/vienna_science_fair.jpg',
organizer_url: 'http://example.com/organizers/vienna_science_fair',
organizer_url: 'https://www.viennasciencefair.com/',
age_restriction: false,
archived: false,
},
Expand All @@ -110,7 +110,7 @@ const events = [
category: 'Literature',
description: 'Fair featuring book sales, author signings, and readings.',
image: 'http://example.com/images/vienna_book_fair.jpg',
organizer_url: 'http://example.com/organizers/vienna_book_fair',
organizer_url: 'https://www.unov.org/unov/en/vic.html',
age_restriction: false,
archived: false,
},
Expand All @@ -126,7 +126,7 @@ const events = [
category: 'Film',
description: 'Screening of independent and international films.',
image: 'http://example.com/images/vienna_film_festival.jpg',
organizer_url: 'http://example.com/organizers/vienna_film_festival',
organizer_url: 'https://stadtkinowien.at/',
age_restriction: true,
archived: false,
},
Expand All @@ -142,7 +142,7 @@ const events = [
category: 'Dance',
description: 'Interactive dance workshop with professional instructors.',
image: 'http://example.com/images/vienna_dance_workshop.jpg',
organizer_url: 'http://example.com/organizers/vienna_dance_workshop',
organizer_url: 'https://www.danceart-company.at/',
age_restriction: false,
archived: false,
},
Expand All @@ -158,7 +158,7 @@ const events = [
category: 'Gaming',
description: 'Expo featuring the latest in video games and technology.',
image: 'http://example.com/images/vienna_gaming_expo.jpg',
organizer_url: 'http://example.com/organizers/vienna_gaming_expo',
organizer_url: 'https://www.acv.at/en/',
age_restriction: false,
archived: false,
},
Expand Down

0 comments on commit aa36c4a

Please sign in to comment.