add steam gameserver for monitoring

This commit is contained in:
Denis Freund
2021-09-27 11:17:57 +02:00
parent 9e10296290
commit b67b4d5afd
6 changed files with 72 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
BEGIN TRANSACTION;
ALTER TABLE monitor
ADD apikey VARCHAR(64) default '' not null;
COMMIT;