diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Data/IOfflineIMData.cs (renamed from OpenSim/Addons/OfflineIM/Data/IOfflineIMData.cs) | 2 | ||||
-rw-r--r-- | OpenSim/Data/MySQL/MySQLOfflineIMData.cs (renamed from OpenSim/Addons/OfflineIM/Data/MySQLOfflineIMData.cs) | 8 | ||||
-rw-r--r-- | OpenSim/Data/MySQL/Resources/IM_Store.migrations (renamed from OpenSim/Addons/OfflineIM/Resources/IM_Store.migrations) | 0 |
3 files changed, 2 insertions, 8 deletions
diff --git a/OpenSim/Addons/OfflineIM/Data/IOfflineIMData.cs b/OpenSim/Data/IOfflineIMData.cs index a507f7d..e780304 100644 --- a/OpenSim/Addons/OfflineIM/Data/IOfflineIMData.cs +++ b/OpenSim/Data/IOfflineIMData.cs | |||
@@ -29,7 +29,7 @@ using System.Collections.Generic; | |||
29 | using OpenSim.Data; | 29 | using OpenSim.Data; |
30 | using OpenMetaverse; | 30 | using OpenMetaverse; |
31 | 31 | ||
32 | namespace OpenSim.OfflineIM | 32 | namespace OpenSim.Data |
33 | { | 33 | { |
34 | public class OfflineIMData | 34 | public class OfflineIMData |
35 | { | 35 | { |
diff --git a/OpenSim/Addons/OfflineIM/Data/MySQLOfflineIMData.cs b/OpenSim/Data/MySQL/MySQLOfflineIMData.cs index 0a61cd2..252f358 100644 --- a/OpenSim/Addons/OfflineIM/Data/MySQLOfflineIMData.cs +++ b/OpenSim/Data/MySQL/MySQLOfflineIMData.cs | |||
@@ -36,16 +36,10 @@ using OpenSim.Data.MySQL; | |||
36 | using OpenMetaverse; | 36 | using OpenMetaverse; |
37 | using MySql.Data.MySqlClient; | 37 | using MySql.Data.MySqlClient; |
38 | 38 | ||
39 | namespace OpenSim.OfflineIM | 39 | namespace OpenSim.Data.MySQL |
40 | { | 40 | { |
41 | public class MySQLOfflineIMData : MySQLGenericTableHandler<OfflineIMData>, IOfflineIMData | 41 | public class MySQLOfflineIMData : MySQLGenericTableHandler<OfflineIMData>, IOfflineIMData |
42 | { | 42 | { |
43 | protected override Assembly Assembly | ||
44 | { | ||
45 | // WARNING! Moving migrations to this assembly!!! | ||
46 | get { return GetType().Assembly; } | ||
47 | } | ||
48 | |||
49 | public MySQLOfflineIMData(string connectionString, string realm) | 43 | public MySQLOfflineIMData(string connectionString, string realm) |
50 | : base(connectionString, realm, "IM_Store") | 44 | : base(connectionString, realm, "IM_Store") |
51 | { | 45 | { |
diff --git a/OpenSim/Addons/OfflineIM/Resources/IM_Store.migrations b/OpenSim/Data/MySQL/Resources/IM_Store.migrations index 7cfcd43..7cfcd43 100644 --- a/OpenSim/Addons/OfflineIM/Resources/IM_Store.migrations +++ b/OpenSim/Data/MySQL/Resources/IM_Store.migrations | |||