|
|
|
|
|
by JohnBooty
1321 days ago
|
|
That's probably preferable to SQL stored
procedures (which often live outside source control).
Stored procs definitely have some big pros and big cons, but I don't think this is one of them -- any ORM with a decent set of tools to manage migrations (ActiveRecord is one) makes this objection a non issue IMO. |
|
Flyway (migration tool in Java) has a notion of “repeatable” migrations, though, which would do the trick.