From 16aae8707f844cac24ca5767c389e55d78b27cdb Mon Sep 17 00:00:00 2001 From: Simone Robutti Date: Mon, 10 Oct 2022 09:03:32 +0200 Subject: [PATCH] commented script --- scripts/generate_aerich_migrations.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/generate_aerich_migrations.sh b/scripts/generate_aerich_migrations.sh index d331871..8974267 100755 --- a/scripts/generate_aerich_migrations.sh +++ b/scripts/generate_aerich_migrations.sh @@ -2,7 +2,10 @@ set -eu - +echo "This script currently doesn't work correctly due to a bug in aerich. Do not use until said bug +is fixed" +echo "For more info: https://github.com/tortoise/aerich/issues/270" +exit get_abs_filename() { # $1 : relative filename echo "$(cd "$(dirname "$1")" && pwd)/"