Files
Paradise/SQL/updates/7-8.sql
joep van der velden da047887f6 DB update
2019-07-12 16:41:04 +02:00

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