refactor: update to 25.11

This commit is contained in:
2026-02-20 17:18:38 +00:00
parent f93e12accd
commit d8a51cd389
13 changed files with 94 additions and 62 deletions

View File

@@ -19,6 +19,8 @@ MIGRATION_DIR="${MIGRATION_DIR:-migration}"
: "${DB_URL:=DB_URL}"
REMAINING_ARS=
: "${PAGER:=cat}"
quote() { printf "'%s'" "$(printf %s "$1" | sed "s/'/'\\\\''/g")"; }
# cat filename | sha256sum()