mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
*Patched CreateItemsTable.sql (MSSQL). Patch by Kyle and Chris from G2.
This commit is contained in:
@@ -23,7 +23,7 @@ CREATE TABLE [inventoryitems] (
|
||||
[creationDate] [int] default NULL,
|
||||
[groupID] [varchar](36) default NULL,
|
||||
[groupOwned] [bit] default NULL,
|
||||
[flags] [int] unsigned default NULL,
|
||||
[flags] [int] default NULL,
|
||||
PRIMARY KEY CLUSTERED
|
||||
(
|
||||
[inventoryID] ASC
|
||||
|
||||
Reference in New Issue
Block a user