diff options
Diffstat (limited to 'OpenSim')
-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 |