navapbc / template-application-flask

Apache License 2.0
7 stars 3 forks source link

Set default table privileges in first migration #188

Closed lorenyu closed 1 year ago

lorenyu commented 1 year ago

Ticket

Resolves #186

Changes

Context for reviewers

These migration changes don't follow the append-only practice of writing migrations, but since this is a template rather than an active project, I think that makes sense so that we can keep the project's initial setup clean.

Testing

Ran make db-recreate then make db-upgrade and make db-downgrade-all manually locally

Also this should be covered by CI since we have a test-migrations test