MySQLConnector is not a MS product

This commit is contained in:
UbitUmarov
2017-05-06 01:25:54 +01:00
parent 8e30016841
commit d9038e650a
12 changed files with 110 additions and 14 deletions

View File

@@ -59,6 +59,7 @@ namespace OpenSim.Data.MySQL
dbcon.Open();
Migration m = new Migration(dbcon, Assembly, "AuthStore");
m.Update();
dbcon.Close();
}
}
@@ -99,6 +100,7 @@ namespace OpenSim.Data.MySQL
return null;
}
}
dbcon.Close();
}
}