diff options
Diffstat (limited to 'backend/prisma/seed.ts')
| -rw-r--r-- | backend/prisma/seed.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/backend/prisma/seed.ts b/backend/prisma/seed.ts index 01459c5..624e8b7 100644 --- a/backend/prisma/seed.ts +++ b/backend/prisma/seed.ts @@ -26,6 +26,16 @@ async function main() { formattedName: "MUSIC DIVER", description: "Taito's quadrant based drumming game", }, + { + internalName: "nostalgia", + formattedName: "NOSTALGIA", + description: "A piano based touch music game from KONAMI", + }, + { + internalName: "reflecbeat", + formattedName: "REFLEC BEAT", + description: "A touchscreen rhythm game from KONAMI", + } ], }); console.log("Initial seed data inserted"); |
