mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 06:41:37 +00:00
3 lines
156 B
SQL
3 lines
156 B
SQL
# 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';
|