add licenses app to run.sh

This commit is contained in:
Andreas Zweili 2020-01-12 12:56:24 +01:00
parent faf463e7d9
commit 0084b87216
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -9,6 +9,7 @@ else
python manage.py makemigrations customers
python manage.py makemigrations devices
python manage.py makemigrations inventory
python manage.py makemigrations licenses
python manage.py makemigrations nets
python manage.py makemigrations softwares
python manage.py makemigrations users