feat: notifications
This commit is contained in:
5
lnvps_db/migrations/20241204142919_delete-vm.sql
Normal file
5
lnvps_db/migrations/20241204142919_delete-vm.sql
Normal file
@ -0,0 +1,5 @@
|
||||
-- Add migration script here
|
||||
alter table vm
|
||||
add column deleted bit(1) not null default 0;
|
||||
alter table vm_ip_assignment
|
||||
add column deleted bit(1) not null default 0;
|
Reference in New Issue
Block a user