commit | 4e37289bcbe86f0e4dcaed32f891de050d4dabd5 | [log] [tgz] |
---|---|---|
author | Tony Mack <tony.mack@gmail.com> | Sun Nov 01 13:50:12 2015 +0000 |
committer | Tony Mack <tony.mack@gmail.com> | Sun Nov 01 13:50:12 2015 +0000 |
tree | 641df7eb7f5e40db2118e1230f9f492f02a3a186 | |
parent | c7a41d399d5e9305d5749943969785fc8a1db7ec [diff] |
remove migrations from services directory
diff --git a/xos/scripts/opencloud b/xos/scripts/opencloud index 1dd4645..189a673 100755 --- a/xos/scripts/opencloud +++ b/xos/scripts/opencloud
@@ -137,7 +137,7 @@ } function makemigrations { - rm -rf /opt/xos/*/migrations + rm -rf /opt/xos/*/migrations /opt/xos/services/*/migrations python ./manage.py makemigrations core python ./manage.py makemigrations hpc python ./manage.py makemigrations requestrouter