Closed Andrew-Dickinson closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.21%. Comparing base (
fc2c805
) to head (e63f3e5
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Removed all existing migration code, and ran
python src/manage.py makemigrations
to create new ones from scratchCopied over the manually written migration for the readonly database role
Closes #594
Procedure to roll out this change:
Everywhere that we have a DB, drop all the tables (super destructive option, make sure you have a backup first):
And run the new migrations
Then to get the data back, import from a backup, run the import script, use
scripts/import_spreadsheet_dump.sh
, etc.