mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* Change new inventory groupID field to 36 rather than 63
* Add updated stub mssql inventory sql (only really because I was in the middle of this when I spotted the numeric transposition)
This commit is contained in:
@@ -15,7 +15,7 @@ CREATE TABLE `inventoryitems` (
|
||||
`salePrice` int(11) default NULL,
|
||||
`saleType` tinyint(4) default NULL,
|
||||
`creationDate` int(11) default NULL,
|
||||
`groupID` varchar(63) default NULL,
|
||||
`groupID` varchar(36) default NULL,
|
||||
`groupOwned` tinyint(4) default NULL,
|
||||
`flags` int(11) unsigned default NULL,
|
||||
PRIMARY KEY (`inventoryID`),
|
||||
|
||||
Reference in New Issue
Block a user