[FEATURE] Initial Storage Configuration
This commit is contained in:
parent
3d73f69678
commit
b84fba6153
4 changed files with 46 additions and 0 deletions
|
@ -7,6 +7,7 @@ CREATE TABLE servers (
|
|||
server_type varchar(63) DEFAULT 'VANILLA',
|
||||
cpu varchar(63) DEFAULT '500',
|
||||
memory varchar(63) DEFAULT '512',
|
||||
storage varchar(63) DEFAULT NULL,
|
||||
backup_enabled BOOLEAN DEFAULT FALSE,
|
||||
backup_host varchar(255) DEFAULT NULL,
|
||||
backup_bucket_path varchar(255) DEFAULT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue