mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
DB update
This commit is contained in:
@@ -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';
|
||||
@@ -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';
|
||||
Reference in New Issue
Block a user