netlogix / migrations
Custom migrations for Flow Projects
Installs: 101 491
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- php: >=8.0 <8.4
- 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.