Closed djones1040 closed 2 months ago
@djones1040 You pulled the trigger a bit early on this one: with the new migration-based database initialization, changing the Django fixture file is insufficient; you have to also create a migration to apply that to the database. As it is, the new acknowledgements do not actually appear on the page. I have added the necessary migration script and will push the update later today.
@djones1040 See v0.9.3. To save github action minutes, I'm pushing the image built locally and tested with the "ci" Compose profile.
Fixes # .
Description of the Change
Checklist
Please check all that apply to your proposed changes
Additional context