Dev env setup

This commit is contained in:
2024-11-04 23:10:32 +00:00
parent d1ab59a0aa
commit f9623edd38
12 changed files with 165 additions and 66 deletions

View File

@ -75,6 +75,7 @@ create table vm_payment
expires timestamp not null,
amount bigint unsigned not null,
invoice varchar(2048) not null,
time_value integer unsigned not null,
is_paid bit(1) not null,
constraint fk_vm_payment_vm foreign key (vm_id) references vm (id)