mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +08:00
Fix mysql migrations. This is tested with an existing up to date schema,
and no schema. It should also work with a non up to date schema as well. Btw, meetings in which I can get code done are the right kind of meetings.
This commit is contained in:
@@ -90,6 +90,7 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
m_log.Info("[REGION DB]: MySql - connecting: " + connectionstring);
|
||||
m_connection = new MySqlConnection(connectionstring);
|
||||
m_connection.Open();
|
||||
|
||||
// This actually does the roll forward assembly stuff
|
||||
Assembly assem = GetType().Assembly;
|
||||
|
||||
Reference in New Issue
Block a user