From 9d716fb5ccb1f968c75a8768f546277bfd877488 Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Wed, 30 Apr 2025 08:46:01 -0700 Subject: [PATCH] Remove no longer needed deploy migration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 619fcee41e..051053bab3 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 rectify_incorrect_contentnode_source_fields + echo "Nothing to do here!" contentnodegc: python contentcuration/manage.py garbage_collect