aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MySQL/MySQLUserData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs
index 7d2da3a..279ff71 100644
--- a/OpenSim/Data/MySQL/MySQLUserData.cs
+++ b/OpenSim/Data/MySQL/MySQLUserData.cs
@@ -107,7 +107,7 @@ namespace OpenSim.Data.MySQL
107 107
108 // This actually does the roll forward assembly stuff 108 // This actually does the roll forward assembly stuff
109 Assembly assem = GetType().Assembly; 109 Assembly assem = GetType().Assembly;
110 Migration m = new Migration(database.Connection, assem, "AssetStore"); 110 Migration m = new Migration(database.Connection, assem, "UserStore");
111 111
112 // TODO: After rev 6000, remove this. People should have 112 // TODO: After rev 6000, remove this. People should have
113 // been rolled onto the new migration code by then. 113 // been rolled onto the new migration code by then.