aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources/CreateItemsTable.sql
diff options
context:
space:
mode:
authormingchen2008-06-09 14:48:28 +0000
committermingchen2008-06-09 14:48:28 +0000
commitc3292a9afa85c38f2f2871e2cac65080e6c63fbc (patch)
tree7ecd5a0990a826a62dc211d85984a4b0865d3b22 /OpenSim/Data/MSSQL/Resources/CreateItemsTable.sql
parentUpdate svn properties. Formatting cleanup. (diff)
downloadopensim-SC_OLD-c3292a9afa85c38f2f2871e2cac65080e6c63fbc.zip
opensim-SC_OLD-c3292a9afa85c38f2f2871e2cac65080e6c63fbc.tar.gz
opensim-SC_OLD-c3292a9afa85c38f2f2871e2cac65080e6c63fbc.tar.bz2
opensim-SC_OLD-c3292a9afa85c38f2f2871e2cac65080e6c63fbc.tar.xz
*Patched CreateItemsTable.sql (MSSQL). Patch by Kyle and Chris from G2.
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MSSQL/Resources/CreateItemsTable.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/CreateItemsTable.sql b/OpenSim/Data/MSSQL/Resources/CreateItemsTable.sql
index 7a76d47..c3b0cb1 100644
--- a/OpenSim/Data/MSSQL/Resources/CreateItemsTable.sql
+++ b/OpenSim/Data/MSSQL/Resources/CreateItemsTable.sql
@@ -23,7 +23,7 @@ CREATE TABLE [inventoryitems] (
23 [creationDate] [int] default NULL, 23 [creationDate] [int] default NULL,
24 [groupID] [varchar](36) default NULL, 24 [groupID] [varchar](36) default NULL,
25 [groupOwned] [bit] default NULL, 25 [groupOwned] [bit] default NULL,
26 [flags] [int] unsigned default NULL, 26 [flags] [int] default NULL,
27 PRIMARY KEY CLUSTERED 27 PRIMARY KEY CLUSTERED
28( 28(
29 [inventoryID] ASC 29 [inventoryID] ASC