Files
Paradise/SQL/updates/1-2.sql
uraniummeltdown a3a0e83908 adds sql update file
fixes clientfps not saving
2018-01-27 23:24:45 +05:00

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