SQL definitions added. Small fixes

This commit is contained in:
joep van der velden
2019-06-23 19:46:01 +02:00
parent 8f4379925b
commit 6ea5b7c1a6
4 changed files with 22 additions and 14 deletions
+3
View File
@@ -32,3 +32,6 @@ CREATE TABLE `oauth_tokens` (
#Drop the old 'discord' table that is not used anymore
DROP TABLE `discord`;
# Add afk_watch which gives users the option to make use of the AFK watcher subsystem
ALTER TABLE `player` ADD `afk_watch` tinyint(1) NOT NULL DEFAULT '0';