add go bench client
This commit is contained in:
9
backend/migrations/017_add_proxmox_fields.sql
Normal file
9
backend/migrations/017_add_proxmox_fields.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Migration 017: Ajout des champs Proxmox
|
||||
-- Date: 2026-01-10
|
||||
-- Description: Ajoute des champs pour détecter les environnements Proxmox (hôte et invité)
|
||||
|
||||
ALTER TABLE hardware_snapshots ADD COLUMN is_proxmox_host BOOLEAN DEFAULT FALSE;
|
||||
ALTER TABLE hardware_snapshots ADD COLUMN is_proxmox_guest BOOLEAN DEFAULT FALSE;
|
||||
ALTER TABLE hardware_snapshots ADD COLUMN proxmox_version TEXT;
|
||||
|
||||
-- Note: Peut être NULL pour les snapshots existants
|
||||
Reference in New Issue
Block a user