Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up django migrations before 0.1.4 release #3296

Closed
pavish opened this issue Nov 6, 2023 · 0 comments · Fixed by #3390
Closed

Clean up django migrations before 0.1.4 release #3296

pavish opened this issue Nov 6, 2023 · 0 comments · Fixed by #3390
Assignees
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

Comments

@pavish
Copy link
Member

pavish commented Nov 6, 2023

Description

The current django migration scripts in develop are messy:

- 0001_initial.py
- 0002_datafile_type.py
- 0003_datafile_max_level.py
- 0004_shares.py
- 0005_datafile_sheet_name.py
- 0005_user_display_language.py
- 0006_auto_20230906_0413.py
- 0007_auto_20230913_1912.py
- 0008_auto_20230921_1834.py
- 0009_merge_20231025_1733.py

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 with 0004_shares.py. Migrations after that needs to be merged and simplified before the next release 0.1.4.

Additional context

Status

@pavish pavish added type: enhancement New feature or request work: backend Related to Python, Django, and simple SQL ready Ready for implementation restricted: maintainers Only maintainers can resolve this issue labels Nov 6, 2023
@pavish pavish added this to the v0.1.4 milestone Nov 6, 2023
@pavish pavish self-assigned this Nov 6, 2023
@seancolsen seancolsen added needs: unblocking Blocked by other work and removed ready Ready for implementation labels Jan 3, 2024
@seancolsen seancolsen added ready Ready for implementation and removed needs: unblocking Blocked by other work labels Jan 5, 2024
@pavish pavish mentioned this issue Jan 9, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants