mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update to prisma v6.7.0
This commit is contained in:
@@ -37,8 +37,8 @@ export const dependencyVersionMap = {
|
||||
|
||||
mysql2: "^3.14.0",
|
||||
|
||||
"@prisma/client": "^6.6.0",
|
||||
prisma: "^6.6.0",
|
||||
"@prisma/client": "^6.7.0",
|
||||
prisma: "^6.7.0",
|
||||
|
||||
"vite-plugin-pwa": "^0.21.2",
|
||||
"@vite-pwa/assets-generator": "^0.2.6",
|
||||
|
||||
@@ -190,7 +190,7 @@ async function updateServerPackageJson(
|
||||
}
|
||||
|
||||
if (options.orm === "prisma") {
|
||||
scripts["db:push"] = "prisma db push --schema ./prisma/schema.prisma";
|
||||
scripts["db:push"] = "prisma db push --schema ./prisma/schema";
|
||||
scripts["db:studio"] = "prisma studio";
|
||||
} else if (options.orm === "drizzle") {
|
||||
scripts["db:push"] = "drizzle-kit push";
|
||||
|
||||
Reference in New Issue
Block a user