From 9fa8013ca5e788862a3afa8fa7a354e492d51c7e Mon Sep 17 00:00:00 2001 From: Melanie Date: Wed, 19 May 2010 03:07:31 +0100 Subject: Remove the return that was inserted in the last merge to allow migrations to continue in the face of an error --- OpenSim/Data/Migration.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Data/Migration.cs') diff --git a/OpenSim/Data/Migration.cs b/OpenSim/Data/Migration.cs index e43d7c1..ddf8078 100644 --- a/OpenSim/Data/Migration.cs +++ b/OpenSim/Data/Migration.cs @@ -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) -- cgit v1.1