From 108938f881f03355107358977d1550737486ca04 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 12 Oct 2025 02:56:59 -0700 Subject: implement MUSIC DIVER score tracking --- backend/prisma/seed.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'backend/prisma') 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"); -- cgit v1.2.3