@sveta-wl has implemented the Migrations draft in Mapbender-Starter. https://github.com/mapbender/mapbender-starter/tree/feature/doctrine-migrations-example/application/app/DoctrineMigrations Next steps: - Clean up the rules in https://github.com/mapbender/mapbender/blob/release/3.0.6/src/Mapbender/CoreBundle/Command/DatabaseUpgradeCommand.php into Migrations. - Put some documentation in CONTRIBUTING.MD, you can refer most to https://github.com/mapbender/mapbender-starter/blob/feature/doctrine-migrations-example/application/app/DoctrineMigrations/README.md but give an introductional overview. - Put the neccessary workflows in the composer dist scripts - @axxl Document in Mapbender-Documentation.
@sveta-wl has implemented the Migrations draft in Mapbender-Starter.
https://github.com/mapbender/mapbender-starter/tree/feature/doctrine-migrations-example/application/app/DoctrineMigrations
Next steps:
Clean up the rules in https://github.com/mapbender/mapbender/blob/release/3.0.6/src/Mapbender/CoreBundle/Command/DatabaseUpgradeCommand.php into Migrations.
Put some documentation in CONTRIBUTING.MD, you can refer most to https://github.com/mapbender/mapbender-starter/blob/feature/doctrine-migrations-example/application/app/DoctrineMigrations/README.md but give an introductional overview.
Put the neccessary workflows in the composer dist scripts
@AxxL Document in Mapbender-Documentation.