From ede7f168df9f43adfb6bc5c1973c9e827c0d4a0e Mon Sep 17 00:00:00 2001 From: Tero Virtanen Date: Fri, 6 Feb 2026 09:33:50 +0200 Subject: [PATCH] build: migration commands moved to pipeline-templates --- apply-migrations.sh | 5 ----- check-migrations.sh | 5 ----- 2 files changed, 10 deletions(-) delete mode 100755 apply-migrations.sh delete mode 100755 check-migrations.sh 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