migrations-generator icon indicating copy to clipboard operation
migrations-generator copied to clipboard

Can it generate migrations for updates since the last generation?

Open jayarjo opened this issue 10 years ago • 3 comments

Lets say I'm constructing db structure from EER diagram. Creating, updating, etc. Suppose I generated initial set of migrations. What happens if I change db structure as usually from EER diagram. Will it be able to detect the fact and create migration for changes only?

jayarjo avatar May 01 '15 13:05 jayarjo

Seems like a useful feature, but not sure if its entirely possible... If you can come up with a way to do it, I'd definitely merge the PR.

Xethron avatar May 28 '15 16:05 Xethron

I do not have time to work on something like this, but I definitely could use this on a project I am working on --would be absolutely brilliant!

MattTheProgrammer avatar Jun 03 '16 17:06 MattTheProgrammer

I think something like this is way out of scope for the current project. Not sure if someone has an idea on how to achieve this?

Xethron avatar Nov 20 '16 14:11 Xethron