▲ | skybrian 15 days ago | |||||||
It seems like generating the diffs from the schema's version history is equivalent to doing it the opposite way, provided that each diff is tested to make sure the database upgrade works. Not all diffs will correspond to feasible database upgrades, so some patches would have to be rejected. | ||||||||
▲ | bootsmann 15 days ago | parent | next [-] | |||||||
Not all migrations are as simple as adding and removing columns. | ||||||||
▲ | pounderstanding 15 days ago | parent | prev [-] | |||||||
Migrations give more control.
| ||||||||
|