From aa2669c32791d5ac595b9c22ba3b14432b921294 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Fri, 26 Jan 2024 20:18:29 +0000 Subject: [PATCH] remove invalid/confusing statement in migrations about running migrations when it isn't enabled --- docker/shared/root/docker/entrypoint.d/12-migrations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/shared/root/docker/entrypoint.d/12-migrations.sh b/docker/shared/root/docker/entrypoint.d/12-migrations.sh index 41c27e986..e7d52d7f5 100755 --- a/docker/shared/root/docker/entrypoint.d/12-migrations.sh +++ b/docker/shared/root/docker/entrypoint.d/12-migrations.sh @@ -22,7 +22,7 @@ if is-true "${new_migrations}"; then exit 0 fi -log-warning "New migrations available, will automatically apply them now" +log-warning "New migrations available!" if is-false "${DB_APPLY_NEW_MIGRATIONS_AUTOMATICALLY}"; then log-info "Automatic applying of new database migrations is disabled"