mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Thanks to Brianw for pointing out the definition of OwnerUUID
needed to be consistent with the definition of owner_uuid. They are both varchar(36) now.
This commit is contained in:
@@ -87,7 +87,7 @@ CREATE TABLE land(
|
||||
Bitmap blob,
|
||||
Name varchar(255),
|
||||
Desc varchar(255),
|
||||
OwnerUUID varchar(255),
|
||||
OwnerUUID varchar(36),
|
||||
IsGroupOwned string,
|
||||
Area integer,
|
||||
AuctionID integer,
|
||||
|
||||
Reference in New Issue
Block a user