feat: load resources only from template
This commit is contained in:
5
lnvps_db/migrations/20250217153119_drop_vm_resources.sql
Normal file
5
lnvps_db/migrations/20250217153119_drop_vm_resources.sql
Normal file
@ -0,0 +1,5 @@
|
||||
-- Add migration script here
|
||||
alter table vm
|
||||
drop column cpu,
|
||||
drop column memory,
|
||||
drop column disk_size;
|
Reference in New Issue
Block a user