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
+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';