Skip to content

Commit 9d8047f

Browse files
committed
docs: add reference to issue graphile#215 when discussing database roles
resolves graphile#215
1 parent dc73beb commit 9d8047f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ createdb myapp --owner=dbowner
113113
createdb myapp_shadow --owner=dbowner
114114
```
115115

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+
116120
Export your database URL, shadow database URL, and a "root" database URL which
117121
should be a superuser account connection to any **other** database (most
118122
PostgreSQL servers have a default database called `postgres` which is a good

0 commit comments

Comments
 (0)