Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 334 Bytes

Netlogix Migrations

About Netlogix Migrations

Neos package for custom migration

CLI Tools

You can execute all open migrations:

./flow migrations:migrate

Or execute a single migration:

./flow migrations:execute <version> --direction=<up|down>

Please see License File for more information.