Skip to content

chore(db): add db:migrate script and pending-migration warning#44

Merged
WhiteMuush merged 1 commit into
mainfrom
chore/db-migrate-guardrail
Jun 16, 2026
Merged

chore(db): add db:migrate script and pending-migration warning#44
WhiteMuush merged 1 commit into
mainfrom
chore/db-migrate-guardrail

Conversation

@WhiteMuush

Copy link
Copy Markdown
Owner

Decouple app boot from schema migrations. postinstall keeps the Prisma client in sync; predev warns (non-blocking) when migrations are pending instead of applying them. Document the after-pull workflow.

Summary

Type of change

  • feat: new feature
  • fix: bug fix
  • chore: maintenance / dependencies
  • docs: documentation
  • refactor: code refactor

Checklist

  • My code follows the project conventions
  • I have tested my changes
  • Related issue: Closes #

Decouple app boot from schema migrations. postinstall keeps the Prisma
client in sync; predev warns (non-blocking) when migrations are pending
instead of applying them. Document the after-pull workflow.
@WhiteMuush WhiteMuush force-pushed the chore/db-migrate-guardrail branch from 7a40b87 to 44b64ec Compare June 16, 2026 09:43
@WhiteMuush WhiteMuush merged commit 18d72d8 into main Jun 16, 2026
11 checks passed
@WhiteMuush WhiteMuush deleted the chore/db-migrate-guardrail branch June 16, 2026 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant