diff --git a/Makefile b/Makefile index 07b17dd5c..91deaa0fe 100644 --- a/Makefile +++ b/Makefile @@ -498,6 +498,9 @@ push: @git push @git checkout ${CORE_DEVEL} +migrate: + @src/opnsense/mvc/script/run_migrations.php + test: want-phpunit7-php${CORE_PHP} @if [ "$$(${VERSIONBIN} -v)" != "${CORE_PKGVERSION}" ]; then \ echo "Installed version does not match, expected ${CORE_PKGVERSION}"; \