mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-08 14:58:36 -06:00
- Fix migration path lookup to check both './migrations' and './backend/migrations' - Remove hardcoded test schema in admin handler tests - Use database.SetupTestDB which applies all migrations automatically - Ensures test schema matches production schema with all columns (deleted_at, doc_checksum, etc.) - Fixes test failures in CI where admin handler tests returned empty responses