diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLInventoryData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLInventoryData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLInventoryData.cs b/OpenSim/Data/MySQL/MySQLInventoryData.cs index 1b86abf..780b96f 100644 --- a/OpenSim/Data/MySQL/MySQLInventoryData.cs +++ b/OpenSim/Data/MySQL/MySQLInventoryData.cs | |||
@@ -72,7 +72,7 @@ namespace OpenSim.Data.MySQL | |||
72 | 72 | ||
73 | // This actually does the roll forward assembly stuff | 73 | // This actually does the roll forward assembly stuff |
74 | Assembly assem = GetType().Assembly; | 74 | Assembly assem = GetType().Assembly; |
75 | Migration m = new Migration(database.Connection, assem, "AssetStore"); | 75 | Migration m = new Migration(database.Connection, assem, "InventoryStore"); |
76 | 76 | ||
77 | // TODO: After rev 6000, remove this. People should have | 77 | // TODO: After rev 6000, remove this. People should have |
78 | // been rolled onto the new migration code by then. | 78 | // been rolled onto the new migration code by then. |