add go bench client
This commit is contained in:
7
backend/migrations/016_add_ram_max_capacity.sql
Normal file
7
backend/migrations/016_add_ram_max_capacity.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Migration 016: Ajout du champ ram_max_capacity_mb
|
||||
-- Date: 2026-01-10
|
||||
-- Description: Ajoute la capacité maximale de RAM supportée par la carte mère
|
||||
|
||||
ALTER TABLE hardware_snapshots ADD COLUMN ram_max_capacity_mb INTEGER;
|
||||
|
||||
-- Note: Peut être NULL pour les snapshots existants
|
||||
Reference in New Issue
Block a user