mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-23 05:07:46 +00:00
New land sql, run update_land.sql
This commit is contained in:
parent
111c2bb08c
commit
89c8293eef
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
|||
ALTER TABLE `land` ADD `Type` SMALLINT(6) NOT NULL DEFAULT '0' AFTER `LandId`;
|
||||
ALTER TABLE `house` ADD `HouseName` binary(23) DEFAULT "" AFTER `Comment`;
|
||||
ALTER TABLE `house` ADD `HouseName` binary(23) DEFAULT "" AFTER `Comment`;
|
||||
ALTER TABLE `house` ADD `HousePartModels` BINARY(48) DEFAULT "" AFTER `Endorsements`;
|
||||
ALTER TABLE `house` ADD `HousePartColours` BINARY(48) DEFAULT "" AFTER `HousePartModels`;
|
Loading…
Add table
Reference in a new issue