You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A lot of database default values were manually given during the Django makemigrations process previously. This could lead to unexpected model behavior.
Describe the solution you'd like
Take note of migration ambiguity errors in the next model update and make sure all the patch work are now explicitly described in the models.py
The text was updated successfully, but these errors were encountered:
Per [issue #39](#39)
- Created actual data-source filter fields (Boolean): src_ x 6 in sites_all, so ba ref fields (hh, hwm, rhl, etc.) can be repointed to their original reference
- Added 10 other fields in sites_all and _other_srcs for potential data expansion (3 from recent stakeholder conversations + 7 placeholders)
- Converted all Enum3 to Boolean data type for consistency
Per [issue #38](#38)
- Should the 6 id_ fields in sites_all be commented out altogether, or are we just leaving their data blank in next reload?
- And/Or does this affect site_id fields in the other tables?
Is your feature request related to a problem? Please describe.
A lot of database default values were manually given during the Django makemigrations process previously. This could lead to unexpected model behavior.
Describe the solution you'd like
Take note of migration ambiguity errors in the next model update and make sure all the patch work are now explicitly described in the models.py
The text was updated successfully, but these errors were encountered: