Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create keeko:migration command(s) #11

Open
gossi opened this issue Oct 28, 2016 · 0 comments
Open

Create keeko:migration command(s) #11

gossi opened this issue Oct 28, 2016 · 0 comments
Labels

Comments

@gossi
Copy link
Member

gossi commented Oct 28, 2016

Creates the required migration classes to handle module updates (and most likely) schema updates. Will be using propel migration:diff --skip-removed-table because nobody can remember that option name. Will also need to keep track of migrations and from which version to which version they belong, so a possible composer update command can execute all related migrations. Will also need to work when there is no schema change but a migration class needs to be created.

Most like it will also be necessary to use a keeko publish command (Ref #12).

@gossi gossi added the research label Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant