Skip to content

docs(migrations): add database migration naming conventions and rollb…#439

Open
Richardkingz2019 wants to merge 1 commit into
accesslayerorg:mainfrom
Richardkingz2019:docs/database-migration-naming-and-rollback-376
Open

docs(migrations): add database migration naming conventions and rollb…#439
Richardkingz2019 wants to merge 1 commit into
accesslayerorg:mainfrom
Richardkingz2019:docs/database-migration-naming-and-rollback-376

Conversation

@Richardkingz2019

Copy link
Copy Markdown

…ack process

Document the naming convention for Prisma migration files including the timestamp and description format. Describe the rollback process for both development and production environments. Note migrations that are considered irreversible and how to handle them safely.

Closes #376

Summary

Testing

  • pnpm lint
  • pnpm build
  • pnpm exec prisma generate when schema or generated types changed

Checklist

  • Linked issue or backlog item
  • No secrets or live credentials added
  • Docs updated if setup or env changed
  • Change is scoped to one problem

closes #376

…ack process

Document the naming convention for Prisma migration files including the timestamp and description format. Describe the rollback process for both development and production environments. Note migrations that are considered irreversible and how to handle them safely.

Closes accesslayerorg#376
@drips-wave

drips-wave Bot commented Jun 24, 2026

Copy link
Copy Markdown

@Richardkingz2019 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Add docs for database migration naming conventions and rollback process

1 participant