Skip to content

Commit

Permalink
add new command to upgrading guide
Browse files Browse the repository at this point in the history
  • Loading branch information
wakebit committed Apr 16, 2022
1 parent 3fbb82c commit 9240abc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,10 @@ Now it looks so:
];
```

### New commands
- `cycle:schema:render` - Render available schemas.
- `cycle:migrate:replay` - Replay (down, up) one or multiple migrations.

See [readme](README.md#console-commands) for more info.

Also, it may be useful to read the Cycle ORM v2 [upgrading guide](https://cycle-orm.dev/docs/intro-upgrade/2.x/en).

0 comments on commit 9240abc

Please sign in to comment.