mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
remove invalid/confusing statement in migrations about running migrations when it isn't enabled
This commit is contained in:
parent
8189b01a26
commit
aa2669c327
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue