-
Notifications
You must be signed in to change notification settings - Fork 35
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 tao migrations script #2409
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Migration works during TAO update.
But I think we have to add possibility to rollback executed migrations if something went wrong and also to execute --dry-run
.
…-21/migrations_tool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
…s300-beta1 Use Doctrine Migrations STABLE
…-21/migrations_tool
Crete new migration in taoQtiTest extension:
Show migrations status
Apply migrations
Migrations are located in
migrations
folder of extension root.See documentation page: https://oat-sa.atlassian.net/wiki/spaces/DEV/pages/279318424/Tao+Updater+Migrations
requires: oat-sa/generis#773