forked from bai/curriculum-project-hub
14 lines
477 B
Markdown
14 lines
477 B
Markdown
# Establish migration compatibility and failed-migration recovery
|
|
|
|
Type: task
|
|
Status: open
|
|
Blocked by: 06
|
|
|
|
## Question
|
|
|
|
Define and enforce the application/schema compatibility rule for each release,
|
|
require expand-and-contract sequencing for destructive changes, add migration
|
|
status and production-like rehearsal gates, and provide an operator procedure
|
|
for recovering a partially failed Prisma migration without pretending that an
|
|
application rollback reverses the database.
|