mirror of
https://github.com/opensim/opensim.git
synced 2026-05-16 19:56:04 +08:00
* More work on getting the database framework to actually work
This commit is contained in:
@@ -3,7 +3,7 @@ using MySql.Data.MySqlClient;
|
||||
|
||||
namespace OpenSim.Framework.Data.MySQL
|
||||
{
|
||||
public class MySQLDatabaseMapper : OpenSimDatabaseMapper
|
||||
public class MySQLDatabaseMapper : OpenSimDatabaseConnector
|
||||
{
|
||||
public MySQLDatabaseMapper(string connectionString)
|
||||
: base(connectionString)
|
||||
|
||||
Reference in New Issue
Block a user