feat: get host for template
feat: apply load factor
This commit is contained in:
3
lnvps_db/migrations/20250305132119_load_factor.sql
Normal file
3
lnvps_db/migrations/20250305132119_load_factor.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- Add migration script here
|
||||
alter table vm_host
|
||||
add column load_factor float not null default 1.0;
|
Reference in New Issue
Block a user