mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Add back parallax SQL changes
This commit is contained in:
@@ -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`;
|
||||
Reference in New Issue
Block a user