diff options
author | Sean Dague | 2008-06-16 18:53:55 +0000 |
---|---|---|
committer | Sean Dague | 2008-06-16 18:53:55 +0000 |
commit | caa6b8467d9e15b0b9f49c70e45526b846f0d185 (patch) | |
tree | 411449f140622d8c17e0146d0cb67aeec6a9feb3 /OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |
parent | * refactor: Fission ArchiveWriteRequest into prepare and execute classes (diff) | |
download | opensim-SC_OLD-caa6b8467d9e15b0b9f49c70e45526b846f0d185.zip opensim-SC_OLD-caa6b8467d9e15b0b9f49c70e45526b846f0d185.tar.gz opensim-SC_OLD-caa6b8467d9e15b0b9f49c70e45526b846f0d185.tar.bz2 opensim-SC_OLD-caa6b8467d9e15b0b9f49c70e45526b846f0d185.tar.xz |
futzing around on the NHibernate side again trying to connect
migrations into it.
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml index 3c94d92..12ab981 100644 --- a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"> | 2 | <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"> |
3 | <class name="OpenSim.Framework.AssetBase, OpenSim.Framework" table="Assets" lazy="false"> | 3 | <class name="OpenSim.Framework.AssetBase, OpenSim.Framework" table="Assets" lazy="false"> |
4 | <id name="FullID" column="UUID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> | 4 | <id name="FullID" column="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate"> |
5 | <generator class="assigned" /> | 5 | <generator class="assigned" /> |
6 | </id> | 6 | </id> |
7 | <property name="Type" type="SByte" /> | 7 | <property name="Type" type="SByte" /> |