Clean up django migrations before 0.1.4 release #3296
Labels
ready
Ready for implementation
restricted: maintainers
Only maintainers can resolve this issue
type: enhancement
New feature or request
work: backend
Related to Python, Django, and simple SQL
Milestone
Description
The current django migration scripts in develop are messy:
Many of them are not descriptive, there's 2 with the same number (0005) and one script (0009) to make sure the second one is included. We ought to clean this up.
The previous release
0.1.3
went with0004_shares.py
. Migrations after that needs to be merged and simplified before the next release0.1.4
.Additional context
Status
Blocked on merging of Updatedoid
andcolumn_order
fields to only allow positive integers #3177 (because that PR introduces migrations)The text was updated successfully, but these errors were encountered: