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';
+1 -1
View File
@@ -9,7 +9,7 @@
## This value must be set to the version of the paradise schema in use.
## If this value does not match, the SQL database will not be loaded and an error will be generated.
## Roundstart will be delayed.
DB_VERSION 6
DB_VERSION 8
## Server the MySQL database can be found at.
# Examples: localhost, 200.135.5.43, www.mysqldb.com, etc.