mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-09-21 05:21:43 +00:00
fix: track migration_lock.toml required by prisma migrate deploy
The migration_lock.toml was excluded by a gitignore pattern (prisma/migrations/**/migration_lock.toml) which caused `prisma migrate deploy` to fail in CI with no lock file present. Prisma requires this file to be version-controlled. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
a6fd8ca877
commit
36d403cef5
+2
-4
@@ -42,11 +42,9 @@ yarn-error.log*
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# prisma
|
||||
prisma/migrations/**/migration_lock.toml
|
||||
# prisma — generated client (regenerated by `prisma generate`)
|
||||
/src/generated/prisma
|
||||
|
||||
# ide
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
/src/generated/prisma
|
||||
|
||||
Reference in New Issue
Block a user