netlogix/migrations

Custom migrations

2.0.2 2023-06-01 13:51 UTC

This package is auto-updated.

Last update: 2024-03-30 00:30:46 UTC


README

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.