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
postgres: create a database with an owner already set
In the current setup databases are owned by the admin role `postgres`,
and we separately grant users the permission to create their own tables
in the schema `public`. I believe our intention was to make users
owners of the corresponding databases, effectively granting them all
permissions w/o any extra steps.
This will make the tests and new databases consistent with our
production instance where the database is owned by role `xsnippet-api`.
0 commit comments