few additional fixed to get prim inventory up on nhibernate

This commit is contained in:
Sean Dague
2008-07-23 22:14:37 +00:00
parent c38b811f5d
commit 1c9551eaae
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ BEGIN;
CREATE TABLE `PrimItems` (
`InvType` int(11) default NULL,
`AssetType` int(11) default NULL,
`Name` varchar(255) default NULL,
`Description` varchar(255) default NULL,
`CreationDate` bigint(20) default NULL,