Skip to content

Commit b176828

Browse files
authored
Merge pull request learningequality#5768 from learningequality/rtibbles-patch-1
Update deploy-migrate command to echo message
2 parents 050e85b + 3b47583 commit b176828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ migrate:
3838
# 4) Remove the management command from this `deploy-migrate` recipe
3939
# 5) Repeat!
4040
deploy-migrate:
41-
python contentcuration/manage.py fix_exercise_extra_fields
41+
echo "Nothing to do here!"
4242

4343
contentnodegc:
4444
python contentcuration/manage.py garbage_collect

0 commit comments

Comments
 (0)