mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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