Files
api/lnvps_db/migrations/20250305132119_load_factor.sql
kieran a212ed661a feat: get host for template
feat: apply load factor
2025-03-05 13:25:27 +00:00

3 lines
103 B
SQL

-- Add migration script here
alter table vm_host
add column load_factor float not null default 1.0;