Correct migra command in Step 4

This commit is contained in:
Jake Levirne 2019-08-09 16:16:41 -04:00 committed by djrobstep
parent 5bfc7146ea
commit f823fdc036

View File

@ -56,7 +56,7 @@ You can make a schema-only dump of your PostgreSQL database with the following c
3. Generate a migration script using the following command (substituting your own connection strings):
```
$ migra --unsafe postgresql:///existing postgresql:///database_with_new_schema -f migration_script.sql
$ migra --unsafe postgresql:///existing postgresql:///database_with_new_schema > migration_script.sql
```
4. Carefully review the migration script in `migration_script.sql`