adds sql update file

fixes clientfps not saving
This commit is contained in:
uraniummeltdown
2018-01-27 23:24:45 +05:00
parent 9ee6f1f980
commit a3a0e83908
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
#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`;