diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-12 03:38:28 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-12 03:39:01 -0700 |
| commit | 43a43fd0d8b251fe29a09b59010cd16ef2567e0d (patch) | |
| tree | e74e16f21c2138c2d27a8c7e677fb4f85f706815 /backend/prisma/seed.ts | |
| parent | 108938f881f03355107358977d1550737486ca04 (diff) | |
FLOWER reflect beat and nostalgia userscripts
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"); |
