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
Currently we only support up migrations. It should be possible to provide down migrations as well.
Add the command make sihl migrate.down <n> to migrate certain number of down migrations. Consider adding make sihl migrate.up <n> to be consistent.
The text was updated successfully, but these errors were encountered:
Currently we only support up migrations. It should be possible to provide
down
migrations as well.Add the command
make sihl migrate.down <n>
to migrate certain number of down migrations. Consider addingmake sihl migrate.up <n>
to be consistent.The text was updated successfully, but these errors were encountered: