mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 14:51:27 +00:00
5 lines
189 B
SQL
5 lines
189 B
SQL
#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`;
|