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

Some support for simple cases of upgrades #90

Open
BoD opened this issue Dec 9, 2015 · 0 comments
Open

Some support for simple cases of upgrades #90

BoD opened this issue Dec 9, 2015 · 0 comments

Comments

@BoD
Copy link
Owner

BoD commented Dec 9, 2015

For instance, an attribute "addedInVersion" could be added on tables, and the tool would generate CREATE TABLE statements when upgrading from version n-1 to n.
Another one "deletedInVersion", to delete a no longer used table (a less useful feature, but why not).
I guess it may also be possible to handle table rename cases.

And also columns creation/deletion/renames, maybe.

@BoD BoD added the enhancement label Dec 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant