feat: notifications

This commit is contained in:
2024-12-04 14:57:35 +00:00
parent 119493e850
commit 7ffff1e698
8 changed files with 134 additions and 16 deletions

View 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;