diff --git a/check_migrations.sh b/scripts/django/check_migrations.sh similarity index 99% rename from check_migrations.sh rename to scripts/django/check_migrations.sh index 1c2aa4e6a..dc78641cd 100755 --- a/check_migrations.sh +++ b/scripts/django/check_migrations.sh @@ -11,6 +11,7 @@ # A chamada do django 1.10 INVERTE ISSO. # # https://docs.djangoproject.com/en/1.10/ref/django-admin/#cmdoption-makemigrations-check + git_project_root=$(git rev-parse --show-toplevel) if python ${git_project_root}/manage.py makemigrations --dry-run --exit > /dev/null; then NC='\033[0m'