managarten/.github
Wuesteon 2186cb3518 🐛 fix(ci): use db:migrate instead of db:push for test databases
Critical fix based on test failure analysis:
- E2E tests need real migration SQL files to create tables
- db:push is for development schema sync only
- db:migrate runs tracked migrations with advisory locks

This fixes errors:
- relation "credits.balances" does not exist
- relation "referrals.codes" does not exist
- relation "auth.security_events" does not exist

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-25 20:44:38 +01:00
..
workflows 🐛 fix(ci): use db:migrate instead of db:push for test databases 2025-12-25 20:44:38 +01:00
CODEOWNERS chore(ci): add staging config protection and validation 2025-12-10 13:48:45 +01:00
dependabot.yml first implementation 2025-11-27 17:26:18 +01:00