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