Add back parallax SQL changes

This commit is contained in:
AffectedArc07
2019-06-10 01:13:54 -07:00
committed by Tayyyyyyy
parent 7b8e0ca905
commit bdc4bba6ac
6 changed files with 14 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
#Updating the SQL from version 8 to version 9. -affectedarc07
#Adding new column to contain the parallax value.
ALTER TABLE `player`
ADD `parallax` tinyint(1) DEFAULT '8' AFTER `fupdate`;