fix: commit missing migration metadata and run CI on all branches
All checks were successful
CI / ci (push) Successful in 25s
CI / ci (pull_request) Successful in 26s
CI / e2e (push) Successful in 1m24s
CI / e2e (pull_request) Successful in 1m23s

The Drizzle migration journal and snapshot for 0008 (quantity column)
were not committed, causing test failures in CI. Also updates CI to
trigger on all branches, not just Develop.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-03 18:18:12 +02:00
parent 15f146ee89
commit a8696c2a85
3 changed files with 670 additions and 2 deletions

View File

@@ -2,9 +2,7 @@ name: CI
on:
push:
branches: [Develop]
pull_request:
branches: [Develop]
jobs:
ci: