feat: load resources only from template

This commit is contained in:
2025-02-17 15:55:12 +00:00
parent 94ca78940f
commit 0b84a3e6ab
4 changed files with 17 additions and 20 deletions

View File

@ -0,0 +1,5 @@
-- Add migration script here
alter table vm
drop column cpu,
drop column memory,
drop column disk_size;