Skip to content

Commit 2cf20cd

Browse files
authored
docs(README): clarify production further (#98)
1 parent f609059 commit 2cf20cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ In development, `graphile-migrate` uses two databases: the main database and a
7777
`graphile-migrate` to test the consistency of the migrations and perform various
7878
other tasks.
7979

80-
In production, you'll likely only need to run `graphile-migrate migrate` which
81-
only requires the main database - there is no need for a shadow database in
80+
In production, most users only run `graphile-migrate migrate` which operates
81+
solely on the main database - there is no need for a shadow database in
8282
production.
8383

8484
All members of your team should run the same PostgreSQL version to ensure that

0 commit comments

Comments
 (0)