Missing Documentation on how to combine migrations in Django #439
Labels
complexity: small
All steps are laid out in detail so that someone new to the project can work on it
feature: docs: PD team documentation
documentation on PD team processes and architecture, etc.
good first issue
Good for newcomers
ready for dev lead
s: PD team
stakeholder: People Depot Team
size: 0.25pt
Can be done in 0.5-1.5 hours
Milestone
Overview
We need to add a description of how to combine migrations in Django so that developers can integrate changes effectively. For example, if
max_migration.txt
is at0027_...
and you want to combine0025_
,0026_
,0027_
into one.Action Items
Resources/Instructions/Tags
Documentation Addition Notes
What's missing?
Roll back
core
app migrations to0024
Delete unwanted migration files
rm app/core/migrations/00{25,26,27}_*
Recreate
max_migration.txt
forcore
appCreate combined migration file for
core
appWhere should it go?
When would this information have been useful?
Which roles will benefit most from this information?
The text was updated successfully, but these errors were encountered: