Corrected merge change

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-06-29 16:27:23 -07:00
parent 6b781efccd
commit 8c1b8ff285

View File

@@ -67,7 +67,7 @@ namespace Orchard.Data {
public ISessionFactory GetSessionFactory() {
lock (this) {
if (_sessionFactory == null) {
_sessionFactory = BuildSessionFactory(false /*createDatabase*/, true /*updateSchema*/);
_sessionFactory = BuildSessionFactory(false /*createDatabase*/, false /*updateSchema*/);
}
}
return _sessionFactory;