aboutsummaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-12 02:56:59 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-12 02:56:59 -0700
commit108938f881f03355107358977d1550737486ca04 (patch)
tree2668fd0ccc1421ca5cad993611f9f46e184dc514 /backend
parent4cbd26044046289ada09e5fe4ca4c3b35ca6b173 (diff)
implement MUSIC DIVER score tracking
Diffstat (limited to 'backend')
-rw-r--r--backend/prisma/seed.ts5
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");
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage