From 3b47583d9aeb5b3b0466fbe1450c1a7ac1af415f Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Tue, 17 Mar 2026 11:07:50 -0700 Subject: [PATCH] Update deploy-migrate command to echo message --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f164c5c26..dc1e70b51e 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ migrate: # 4) Remove the management command from this `deploy-migrate` recipe # 5) Repeat! deploy-migrate: - python contentcuration/manage.py fix_exercise_extra_fields + echo "Nothing to do here!" contentnodegc: python contentcuration/manage.py garbage_collect