diff --git a/apply-migrations.sh b/apply-migrations.sh deleted file mode 100755 index d309295f..00000000 --- a/apply-migrations.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -set -e - -python ./manage.py migrate --noinput diff --git a/check-migrations.sh b/check-migrations.sh deleted file mode 100755 index 2beb0412..00000000 --- a/check-migrations.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -set -e - -python ./manage.py migrate --check