core/backend/internal/db
enzo c9ba6755b8 fix: migration 004 — force enable logs and services modules
INSERT OR IGNORE in migration 003 was silently skipped because
logs/services rows already existed in the DB with is_enabled=0.
Migration 004 uses ON CONFLICT DO UPDATE to ensure is_enabled=1.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 02:45:32 +01:00
..
migrations fix: migration 004 — force enable logs and services modules 2026-03-22 02:45:32 +01:00
db.go fix: corriger bug multi-sessions (upsertUser wrong ID + schema repair + logs refresh) 2026-03-22 01:32:01 +01:00