mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
first drop of user storage implementation for nhibernate.
This surely doesn't work yet, but it compiles, and I'm getting close to a stopping point for the day.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
<id name="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate">
|
||||
<generator class="assigned" />
|
||||
</id>
|
||||
<property name="FirstName" type="String" length="32" />
|
||||
<property name="SurName" type="String" length="32" />
|
||||
<property name="FirstName" index="user_firstname" type="String" length="32" />
|
||||
<property name="SurName" index="user_surname" type="String" length="32" />
|
||||
<property name="PasswordHash" type="String" length="32" />
|
||||
<property name="PasswordSalt" type="String" length="32" />
|
||||
<property name="WebLoginKey" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />
|
||||
|
||||
Reference in New Issue
Block a user