Files
Paradise/SQL/updates/8-9.sql
2019-08-14 17:53:15 -07:00

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