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