mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into sqlfix
# Conflicts: # SQL/paradise_schema.sql # SQL/paradise_schema_prefixed.sql
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE player
|
||||
MODIFY COLUMN toggles int;
|
||||
@@ -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