mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 11:46:04 +08:00
* 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:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `land`
|
||||
ADD COLUMN `AuthbuyerID` varchar(36) default '00000000-0000-0000-0000-000000000000' not null,
|
||||
COMMENT='Rev. 2';
|
||||
Reference in New Issue
Block a user