* Refactored the land table to be versionable in mySQL.

* Added AuthbuyerID so that if someone sets a land for sale to someone and then restarts the simulator, when the simulator comes back up, the setting persists.
This commit is contained in:
Teravus Ovares
2008-04-30 20:08:15 +00:00
parent 3508298ddf
commit b3f44fbb94
3 changed files with 170 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `land`
ADD COLUMN `AuthbuyerID` varchar(36) default '00000000-0000-0000-0000-000000000000' not null,
COMMENT='Rev. 2';