graphile / migrate

Opinionated SQL-powered productive roll-forward migration tool for PostgreSQL.
MIT License
751 stars 58 forks source link

Rename `appuser` -> `dbowner` and link to discussion in issue #215 #216

Closed FelixZY closed 5 months ago

FelixZY commented 5 months ago

Description

Rename appuser to dbuser to reduce confusion and link to the discussion in #215 when discussing the creation of users and roles.

resolves #215

Performance impact

N/A

Security impact

N/A - Hopefully reduces confusion and makes it easier for users to improve their own security

Checklist