core/backend
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
..
internal fix: migration 004 — force enable logs and services modules 2026-03-22 02:45:32 +01:00
modules feat: add Services and Logs modules (systemctl + journalctl via SSH) 2026-03-22 02:03:55 +01:00
Dockerfile fix: golang 1.23 → 1.26 dans le Dockerfile backend 2026-03-20 21:55:04 +01:00
go.mod feat: initialisation complète du CORE ProxmoxPanel 2026-03-20 21:08:53 +01:00
go.sum feat: initialisation complète du CORE ProxmoxPanel 2026-03-20 21:08:53 +01:00
main.go feat: add Services and Logs modules (systemctl + journalctl via SSH) 2026-03-22 02:03:55 +01:00