We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eefd18 commit 886ca8dCopy full SHA for 886ca8d
prisma/seed.ts
@@ -1,4 +1,4 @@
1
-import { Language, PrismaClient } from "@prisma/client";
+import { InterestMethod, Language, PrismaClient } from "@prisma/client";
2
3
import { hashPassword } from "@/lib/utils/password";
4
@@ -35,6 +35,7 @@ async function main() {
35
configuration: {
36
create: {
37
name: "Development GmbH",
38
+ interestMethod: InterestMethod.ACT_360_COMPOUND
39
},
40
41
managers: { connect: { id: user.id } },
0 commit comments