Remove the return that was inserted in the last merge to allow

migrations to continue in the face of an error
soprefactor
Melanie 2010-05-19 03:07:31 +01:00
parent dedc0c0bd4
commit 9fa8013ca5
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ namespace OpenSim.Data
m_log.DebugFormat("[MIGRATIONS] Cmd was {0}", kvp.Value.ToString());
m_log.DebugFormat("[MIGRATIONS]: An error has occurred in the migration {0}.\n This may mean you could see errors trying to run OpenSim. If you see database related errors, you will need to fix the issue manually. Migration aborted.", e.Message);
ExecuteScript("ROLLBACK;");
return;
}
if (version == 0)