web server displays queried servers now
This commit is contained in:
parent
9a646cca88
commit
7243500197
5 changed files with 37 additions and 9 deletions
|
@ -13,6 +13,7 @@ CREATE TABLE servers (
|
|||
region_id UUID NOT NULL REFERENCES regions(id) ON DELETE CASCADE,
|
||||
gamemode_id UUID NOT NULL REFERENCES gamemodes(id) ON DELETE CASCADE,
|
||||
app_id INT NOT NULL,
|
||||
server_ip TEXT NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
map TEXT NOT NULL,
|
||||
players INT,
|
||||
|
|
Reference in a new issue