mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
* 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.
3 lines
134 B
SQL
3 lines
134 B
SQL
ALTER TABLE `land`
|
|
ADD COLUMN `AuthbuyerID` varchar(36) default '00000000-0000-0000-0000-000000000000' not null,
|
|
COMMENT='Rev. 2'; |