* Fixes NHibernate problem where prim contents show as textures
* Thanks Tommil!
This commit is contained in:
idb
2009-02-20 22:56:40 +00:00
parent 42e67783b4
commit 6119b02860
6 changed files with 8 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ CREATE TABLE PrimItems (
LastOwnerID VARCHAR(36) DEFAULT NULL,
CreatorID VARCHAR(36) DEFAULT NULL,
CreationDate BIGINT DEFAULT NULL,
Type INT DEFAULT NULL,
InvType INT DEFAULT NULL,
Name VARCHAR(255) DEFAULT NULL,
Description VARCHAR(255) DEFAULT NULL,