Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
define-null authored Nov 9, 2022
1 parent c1393ce commit 76a7642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ make shell
You can now apply named migrations using:

```sh
make apply_migration $MIGRATION_NAME
make apply_migration name=$MIGRATION_NAME
```

Where `MIGRATION_NAME` is the name of a migration folder created using [`electric migrations new`](https://electric-sql.com/docs/usage/migrations#2-schema-evolution), for example:

```sh
make apply_migration 1666288253_create_items
make apply_migration name=1666288253_create_items
```

## OSX
Expand Down

0 comments on commit 76a7642

Please sign in to comment.