role type key

This commit is contained in:
2025-11-10 11:31:27 +03:30
parent be29ab8cfa
commit 132fe7a5bc
5 changed files with 37 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
echo "🚀 Make migrations..."
python manage.py migrate --noinput
python manage.py makemigrations --noinput
echo "🚀 Applying database migrations..."
python manage.py migrate --noinput