netlogix / migrations
Custom migrations
Installs: 88 311
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- php: ^7.4 || ~8.0 || ~8.1
- doctrine/migrations: ^3.1
- neos/flow: ^7.3 || ^8.0
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.