diff options
Diffstat (limited to 'backend/prisma/seed.ts')
| -rw-r--r-- | backend/prisma/seed.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/prisma/seed.ts b/backend/prisma/seed.ts index c2667d9..01459c5 100644 --- a/backend/prisma/seed.ts +++ b/backend/prisma/seed.ts @@ -21,6 +21,11 @@ async function main() { formattedName: "Hatsune Miku: Project DIVA Arcade Future Tone", description: "A 4-button and touch slider game from SEGA", }, + { + internalName: "musicdiver", + formattedName: "MUSIC DIVER", + description: "Taito's quadrant based drumming game", + }, ], }); console.log("Initial seed data inserted"); |
