mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
further refactor and rename of InventoryFolderBase properties
to reflect what they really are.
This commit is contained in:
@@ -73,11 +73,11 @@ namespace OpenSim.Data.NHibernate
|
||||
cfg.AddAssembly("OpenSim.Data.NHibernate");
|
||||
|
||||
HbmSerializer.Default.Validate = true;
|
||||
// using ( System.IO.MemoryStream stream =
|
||||
// HbmSerializer.Default.Serialize(System.Reflection.Assembly.GetExecutingAssembly()))
|
||||
// cfg.AddInputStream(stream);
|
||||
using ( System.IO.MemoryStream stream =
|
||||
HbmSerializer.Default.Serialize(System.Reflection.Assembly.GetExecutingAssembly()))
|
||||
cfg.AddInputStream(stream);
|
||||
|
||||
// new SchemaExport(cfg).Create(true, true);
|
||||
new SchemaExport(cfg).Create(true, true);
|
||||
|
||||
factory = cfg.BuildSessionFactory();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user