Revert "Allow migration steps to fail again without bringing down the house"
This reverts commit 167db50259
.
soprefactor
parent
167db50259
commit
dedc0c0bd4
|
@ -77,7 +77,7 @@ namespace OpenSim.Data.MySQL
|
||||||
{
|
{
|
||||||
m_log.ErrorFormat("[MySQL MIGRATION]: Error {0}", args.Exception.Message);
|
m_log.ErrorFormat("[MySQL MIGRATION]: Error {0}", args.Exception.Message);
|
||||||
m_log.ErrorFormat("[MySQL MIGRATION]: In SQL: {0}", args.StatementText);
|
m_log.ErrorFormat("[MySQL MIGRATION]: In SQL: {0}", args.StatementText);
|
||||||
m_log.Error("[MySQL MIGRATION]: The above migration failed to complete. This may cause errors in your install, but could also be normal. Continuing.");
|
throw args.Exception;
|
||||||
};
|
};
|
||||||
scr.Execute();
|
scr.Execute();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue