diff options
author | Sean Dague | 2008-07-23 22:14:31 +0000 |
---|---|---|
committer | Sean Dague | 2008-07-23 22:14:31 +0000 |
commit | 6720f4c289eb4094ee17f13e85c5331d64777dc4 (patch) | |
tree | 5eba9c42cce75feb77c2e1a8dd547213095c3030 | |
parent | refactor TaskInventoryItem Mask -> Permissions to be consistant with how things (diff) | |
download | opensim-SC_OLD-6720f4c289eb4094ee17f13e85c5331d64777dc4.zip opensim-SC_OLD-6720f4c289eb4094ee17f13e85c5331d64777dc4.tar.gz opensim-SC_OLD-6720f4c289eb4094ee17f13e85c5331d64777dc4.tar.bz2 opensim-SC_OLD-6720f4c289eb4094ee17f13e85c5331d64777dc4.tar.xz |
complete the prim inventory mapping
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml b/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml index 00bf841..e5225be 100644 --- a/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/RegionStore.hbm.xml | |||
@@ -126,5 +126,11 @@ | |||
126 | <property name="EveryonePermissions" type="System.UInt32" /> | 126 | <property name="EveryonePermissions" type="System.UInt32" /> |
127 | <property name="GroupPermissions" type="System.UInt32" /> | 127 | <property name="GroupPermissions" type="System.UInt32" /> |
128 | <property name="NextPermissions" type="System.UInt32" /> | 128 | <property name="NextPermissions" type="System.UInt32" /> |
129 | <property name="Name" type="String" length="255" /> | ||
130 | <property name="Description" type="String" length="255" /> | ||
131 | <property name="CreationDate" type="System.UInt32" /> | ||
132 | <property name="Flags" type="System.UInt32" /> | ||
133 | <property name="InvType" type="System.Int32" /> | ||
134 | <property name="AssetType" type="System.Int32" /> | ||
129 | </class> | 135 | </class> |
130 | </hibernate-mapping> \ No newline at end of file | 136 | </hibernate-mapping> \ No newline at end of file |