feat: assign mac / gateway
This commit is contained in:
4
lnvps_db/migrations/20241127163556_networking.sql
Normal file
4
lnvps_db/migrations/20241127163556_networking.sql
Normal file
@ -0,0 +1,4 @@
|
||||
alter table ip_range
|
||||
add column gateway varchar(255) not null;
|
||||
alter table vm
|
||||
add column mac_address varchar(20) not null;
|
Reference in New Issue
Block a user