Skip to content

Commit

Permalink
fixed outdated scaffold instruction in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMBDV committed Oct 20, 2020
1 parent 8b86099 commit 91b123a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ $ brew install micrate

Execute `micrate help` for usage instructions. Micrate will connect to the database specified by the `DATABASE_URL` environment variable.

To create a new migration use the `create` subcommand. For example, `micrate create add_users_table` will create a new SQL migration file with a name such as `db/migrations/20160524162446_add_users_table.sql` that looks like this:
To create a new migration use the `scaffold` subcommand. For example, `micrate scaffold add_users_table` will create a new SQL migration file with a name such as `db/migrations/20160524162446_add_users_table.sql` that looks like this:

```sql
-- +micrate Up
Expand Down

0 comments on commit 91b123a

Please sign in to comment.