Skip to content

Commit 40dbf36

Browse files
authored
Merge pull request #5878 from AlexVelezLl/add-deploy-migrate-command
Fill the deploy-migrate command with ESoCC migrations
2 parents a40a69e + 7e3f0de commit 40dbf36

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ migrate:
3939
# 4) Remove the management command from this `deploy-migrate` recipe
4040
# 5) Repeat!
4141
deploy-migrate:
42-
echo "Nothing to do here!"
42+
python contentcuration/manage.py ensure_versioned_databases_exist & python contentcuration/manage.py create_channel_versions & wait
4343

4444
contentnodegc:
4545
python contentcuration/manage.py garbage_collect

contentcuration/contentcuration/management/commands/ensure_versioned_databse_exists.py renamed to contentcuration/contentcuration/management/commands/ensure_versioned_databases_exist.py

File renamed without changes.

0 commit comments

Comments
 (0)