Remove EventModel in frontend

This commit is contained in:
2024-10-12 21:00:42 +02:00
parent 6c33de3d87
commit c8d87f6643
33 changed files with 313 additions and 377 deletions

View File

@@ -226,7 +226,7 @@ export async function prepopulateDatabase() {
date: concert.date,
name: concertGroup.name,
price: concert.price,
image: concertGroup.name,
image: concertGroup.image,
inStock: concert.inStock,
offered: true,
bandId: dataset.dataValues.id,