mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Add a script and make command to detect if there are any migration changes
This commit is contained in:
5
Makefile
5
Makefile
@@ -303,3 +303,8 @@ cf-rollback: ## Rollbacks the app to the previous release
|
||||
cf-push:
|
||||
$(if ${CF_APP},,$(error Must specify CF_APP))
|
||||
cf push ${CF_APP} -f ${CF_MANIFEST_FILE}
|
||||
|
||||
.PHONY: check-if-migrations-to-run
|
||||
check-if-migrations-to-run:
|
||||
@echo $(shell python scripts/check_if_new_migration.py)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user