diff options
author | Sean Dague | 2008-07-03 18:25:18 +0000 |
---|---|---|
committer | Sean Dague | 2008-07-03 18:25:18 +0000 |
commit | f0f1e00ec389c54c69c65fb2590b91d46cab6068 (patch) | |
tree | 3ac500a92862b2d5596ba3f6fd7cd257de25d536 /OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |
parent | playing with multicolumn mapping of vectors using a custom type (diff) | |
download | opensim-SC-f0f1e00ec389c54c69c65fb2590b91d46cab6068.zip opensim-SC-f0f1e00ec389c54c69c65fb2590b91d46cab6068.tar.gz opensim-SC-f0f1e00ec389c54c69c65fb2590b91d46cab6068.tar.bz2 opensim-SC-f0f1e00ec389c54c69c65fb2590b91d46cab6068.tar.xz |
add a couple of LL conversion properties to SOP. I'll wait to clean
up the sit target usage until the sit target fix patch goes in, but it should
be cleaned.
Get prims table mappings to the point where nhibernate likes them enough
to start.
Remove field from asset mapping so it will start
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml index 60fc146..f6b648a 100644 --- a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |||
@@ -5,7 +5,6 @@ | |||
5 | <generator class="assigned" /> | 5 | <generator class="assigned" /> |
6 | </id> | 6 | </id> |
7 | <property name="Type" type="System.SByte" /> | 7 | <property name="Type" type="System.SByte" /> |
8 | <property name="InvType" type="System.SByte" /> | ||
9 | <property name="Name" type="String" length="64" /> | 8 | <property name="Name" type="String" length="64" /> |
10 | <property name="Description" type="String" length="64" /> | 9 | <property name="Description" type="String" length="64" /> |
11 | <property name="Local" type="boolean" /> | 10 | <property name="Local" type="boolean" /> |