Open JanWennrichPCSG opened 2 years ago
Is there a reason why you have to manually create the migrations file and then execute it instead of using a migrations.yml file?
migrations.yml
Information about automatically executing migrations can be found in the OXID documentation: https://docs.oxid-esales.com/developer/en/6.4/development/tell_me_about/migrations.html#module-migrations
If there is no reason against using a migrations.yml file I'd be willing to create a pull request for it.
Edit: updated link to newest version of the docs
@JanWennrichPCSG feel free to provide a PR. I guess module migrations were not available back then.
Is there a reason why you have to manually create the migrations file and then execute it instead of using a
migrations.yml
file?Information about automatically executing migrations can be found in the OXID documentation:
https://docs.oxid-esales.com/developer/en/6.4/development/tell_me_about/migrations.html#module-migrations
If there is no reason against using a
migrations.yml
file I'd be willing to create a pull request for it.Edit: updated link to newest version of the docs