mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-22 17:26:33 +03:00
Remove duplicate word in README
This commit is contained in:
parent
336e73394d
commit
4025b7d811
@ -120,7 +120,7 @@ To create your new `users` table, run:
|
||||
reshape migrate --complete
|
||||
```
|
||||
|
||||
We use the `--complete` flag to automatically complete the migration. During a production deployment, you should first first run `reshape migrate` followed by `reshape complete` once your application has been fully rolled out.
|
||||
We use the `--complete` flag to automatically complete the migration. During a production deployment, you should first run `reshape migrate` followed by `reshape complete` once your application has been fully rolled out.
|
||||
|
||||
If nothing else is specified, Reshape will try to connect to a Postgres database running on `localhost` using `postgres` as both username and password. See [Connection options](#connection-options) for details on how to change the connection settings.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user