You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm adding a in-code Release module so I can perform migrations (and rollbacks) from the complied binary. I see that there is an in-code Triplex.migrate/2 function but I could not find a similar function for rollback behavior. Am I missing this? Interested in a patch?
Thanks for your help, here and with the project in general.
The text was updated successfully, but these errors were encountered:
I'd like this feature as well. It seems like a simple solution could be to change the migration direction in the call to Migrator.run. Currently, Triplex.migrate/2, the direction is :up so a call to Triplex.rollback/2 could be just the same, but :down.
I'm adding a in-code Release module so I can perform migrations (and rollbacks) from the complied binary. I see that there is an in-code
Triplex.migrate/2
function but I could not find a similar function forrollback
behavior. Am I missing this? Interested in a patch?Thanks for your help, here and with the project in general.
The text was updated successfully, but these errors were encountered: