Files
dragonsstash/prisma/migrations/migration_lock.toml
xCyanGrizzly 36d403cef5 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>
2026-02-18 16:07:28 +01:00

4 lines
128 B
TOML

# Please do not edit this file manually
# It should be added in your version-control system (e.g., Git)
provider = "postgresql"