fix(db): add locale repair migration hygiene guard

This commit is contained in:
2026-03-09 15:54:50 +04:00
parent 2d8e0491cc
commit 63a2677601
7 changed files with 113 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ jobs:
- test
- build
- db-check
- db-migrations
steps:
- name: Checkout
@@ -74,6 +75,9 @@ jobs:
db-check)
bun run db:check
;;
db-migrations)
bun run db:migrations:check
;;
*)
echo "Unknown task: ${{ matrix.task }}"
exit 1