mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 06:41:37 +00:00
4 lines
189 B
SQL
4 lines
189 B
SQL
#Updating the SQL from version 1 to version 2. -uraniummeltdown
|
|
#Adding new column to contain the clientfps value.
|
|
ALTER TABLE `player`
|
|
ADD `clientfps` smallint(4) DEFAULT '0' AFTER `exp`; |