diff --git a/sql/update_land.sql b/sql/update_land.sql index 6baa174e..d6034988 100644 --- a/sql/update_land.sql +++ b/sql/update_land.sql @@ -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`; \ No newline at end of file +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`; \ No newline at end of file