user1037355
user1037355

Reputation:

Generation of migration files from ezplatform with kaliop

Using ezplatform with "kaliop/ezmigrationbundle": "^3.0".

I read and re-read the manual but cannot see anything about auto-generating yml files from exsiting content types; does anyone have any experience with this and happen to know if/where the docs might live?

We have a list of content types that were created in the backend via the gui and now we need to create migration files for them for better development with the dev team.


Update: This is available on v4+ https://github.com/kaliop-uk/ezmigrationbundle/issues/34#issuecomment-317524072#issuecomment-317524072

Upvotes: 0

Views: 407

Answers (2)

Amir Koklan
Amir Koklan

Reputation: 885

I guess that is not how it works!

the bundle generate just an empty yaml file for you and you should fill up the content types (or any other Backend Changes you want) yourself in that yaml file and then take it and apply to your stage or Live Environment.

so unlike Symfony DoctorineMigrationBunlde, this bundle does not read the difference and produce stuff itself.

Upvotes: 0

Related Questions