feat: get host for template

feat: apply load factor
This commit is contained in:
2025-03-05 13:25:27 +00:00
parent 2bd6b5f09f
commit a212ed661a
9 changed files with 273 additions and 84 deletions

View File

@ -0,0 +1,3 @@
-- Add migration script here
alter table vm_host
add column load_factor float not null default 1.0;