diff --git a/Makefile b/Makefile index 292efc9c99..2ea35acff6 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ migrate: # 4) Remove the management command from this `deploy-migrate` recipe # 5) Repeat! deploy-migrate: - python contentcuration/manage.py ensure_versioned_databases_exist & python contentcuration/manage.py create_channel_versions & wait + echo "Nothing to do here!" contentnodegc: python contentcuration/manage.py garbage_collect