Change-Id: I5e10d910a337b94417edbc97a30ed5bce7e5a07f
Signed-off-by: lombardofr <lombardo@everyup.it>
#migrations
projecthandler/migrations/
-sf_user/migrations/
instancehandler/migrations
sdnctrlhandler/migrations
-authosm/migrations
\ No newline at end of file
+authosm/migrations
+userhandler/migrations
# delete the copy of the database inside the container (if exists)
RUN rm -f db.sqlite3
-RUN python manage.py makemigrations sf_user projecthandler instancehandler vimhandler
+RUN python manage.py makemigrations authosm
RUN python manage.py migrate