We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc73beb commit 9d8047fCopy full SHA for 9d8047f
README.md
@@ -113,6 +113,10 @@ createdb myapp --owner=dbowner
113
createdb myapp_shadow --owner=dbowner
114
```
115
116
+> For an in depth-discussion on the different users and roles typically
117
+> involved in database and migration management, please see issue
118
+> [#215](https://github.com/graphile/migrate/issues/215).
119
+
120
Export your database URL, shadow database URL, and a "root" database URL which
121
should be a superuser account connection to any **other** database (most
122
PostgreSQL servers have a default database called `postgres` which is a good
0 commit comments