We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f678e99 commit 6f5d301Copy full SHA for 6f5d301
1 file changed
server/package.json
@@ -7,7 +7,7 @@
7
"start": "npx ts-node server.ts ",
8
"dev": "nodemon server.ts",
9
"dev-f": "nodemon server.ts --ignore-errors",
10
- "dbSchemaUpdate": "npx prisma db push --force",
+ "dbSchemaUpdate": "npx prisma db push --accept-data-loss",
11
"dockerBuild": "docker buildx build --platform linux/amd64,linux/arm64 -t rabithua/rotebackend:latest --push .",
12
"docker:start": "prisma generate && npm start"
13
},
0 commit comments