[FEATURE] Initial Storage Configuration

This commit is contained in:
Dunemask 2024-01-23 13:43:13 -07:00
parent 3d73f69678
commit b84fba6153
4 changed files with 46 additions and 0 deletions

View file

@ -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,