navapbc / template-application-flask

Apache License 2.0
7 stars 3 forks source link

Fix table permissions by adding initial migration that sets default permissions #186

Closed lorenyu closed 1 year ago

lorenyu commented 1 year ago

We should add an initial migration that runs "ALERT DEFAULT PRIVILEGES GRANT ALL ON TABLES TO app"

See this PR for context: https://github.com/navapbc/template-infra/pull/377