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
{{ message }}
This repository was archived by the owner on Jun 28, 2018. It is now read-only.
What's the difference between redo and reset? README states
# roll back the most recently applied migration, then run it again.
migrate -url driver://url -path ./migrations redo
# run down and then up command
migrate -url driver://url -path ./migrations reset
, but I'm somewhat unsure exactly how they differ.
The text was updated successfully, but these errors were encountered:
What's the difference between
redo
andreset
? README states, but I'm somewhat unsure exactly how they differ.
The text was updated successfully, but these errors were encountered: