[FEATURE] Initial Extra Ports

This commit is contained in:
Dunemask 2024-01-19 10:54:48 -07:00
parent 69018292b7
commit 2884709bb1
7 changed files with 81 additions and 7 deletions

View file

@ -13,6 +13,7 @@ CREATE TABLE servers (
backup_id varchar(255) DEFAULT NULL,
backup_key varchar(255) DEFAULT NULL,
backup_interval varchar(255) DEFAULT NULL,
extra_ports varchar(7)[] DEFAULT NULL,
CONSTRAINT unique_host UNIQUE(host)
);
ALTER SEQUENCE servers_id_seq OWNED BY servers.id;