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
chore(makefile): allow migration & app to be specified in make migrate
The migration and appto migrate to can now be specified by setting the
`migration_args` Makefile variable on the command line, e.g. `make migrate
migration_args="general 0013"`.
0 commit comments