From 43a43fd0d8b251fe29a09b59010cd16ef2567e0d Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 12 Oct 2025 03:38:28 -0700 Subject: FLOWER reflect beat and nostalgia userscripts --- backend/prisma/seed.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'backend/prisma/seed.ts') 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"); -- cgit v1.2.3