mirror of
https://gitea.tendokyu.moe/pinapelz/Mirage.git
synced 2026-09-22 22:38:04 +03:00
backend: skip duplicates on seed
This commit is contained in:
@@ -42,6 +42,7 @@ async function main() {
|
||||
description: "A drum-based rhythm game"
|
||||
}
|
||||
],
|
||||
skipDuplicates: true
|
||||
});
|
||||
console.log("Initial seed data inserted");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user