DB update

This commit is contained in:
joep van der velden
2019-07-12 16:41:04 +02:00
parent 3de9216daf
commit da047887f6
3 changed files with 3 additions and 4 deletions
-3
View File
@@ -32,6 +32,3 @@ 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';
+2
View File
@@ -0,0 +1,2 @@
# 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';