mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 14:51:27 +00:00
5 lines
177 B
SQL
5 lines
177 B
SQL
# Updates DB from 34 to 35 -hal9000PR
|
|
# Changes DB default for clientFPS to 63
|
|
|
|
ALTER TABLE `player` CHANGE COLUMN `clientfps` `clientfps` smallint(4) DEFAULT '63' AFTER `exp`;
|