mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thanks A_Biondi and Melanie!
* This builds but might not work. JustinCC will examine.. it may work out of the box.
This commit is contained in:
@@ -721,7 +721,7 @@ namespace OpenSim.Data.SQLite
|
||||
createCol(items, "everyonePermissions", typeof (UInt32));
|
||||
createCol(items, "groupPermissions", typeof (UInt32));
|
||||
|
||||
items.PrimaryKey = new DataColumn[] {items.Columns["itemID"]};
|
||||
items.PrimaryKey = new DataColumn[] { items.Columns["itemID"] };
|
||||
|
||||
return items;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user