diff options
author | Sean Dague | 2008-06-19 14:46:54 +0000 |
---|---|---|
committer | Sean Dague | 2008-06-19 14:46:54 +0000 |
commit | c2dc1636a69421922bdbd4b4e170b388cc310370 (patch) | |
tree | 58f60ffe3b0eb03b254e7c8f4777bdd81efb7269 /OpenSim/Data/NHibernate/NHibernateInventoryData.cs | |
parent | * 0001571: (PATCH) patch to implement editable sphere meshes for meshmerizer/... (diff) | |
download | opensim-SC_OLD-c2dc1636a69421922bdbd4b4e170b388cc310370.zip opensim-SC_OLD-c2dc1636a69421922bdbd4b4e170b388cc310370.tar.gz opensim-SC_OLD-c2dc1636a69421922bdbd4b4e170b388cc310370.tar.bz2 opensim-SC_OLD-c2dc1636a69421922bdbd4b4e170b388cc310370.tar.xz |
oops, it helps to reference the *right* migration
Diffstat (limited to 'OpenSim/Data/NHibernate/NHibernateInventoryData.cs')
-rw-r--r-- | OpenSim/Data/NHibernate/NHibernateInventoryData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/NHibernateInventoryData.cs b/OpenSim/Data/NHibernate/NHibernateInventoryData.cs index 2b36386..017759e 100644 --- a/OpenSim/Data/NHibernate/NHibernateInventoryData.cs +++ b/OpenSim/Data/NHibernate/NHibernateInventoryData.cs | |||
@@ -79,7 +79,7 @@ namespace OpenSim.Data.NHibernate | |||
79 | 79 | ||
80 | // This actually does the roll forward assembly stuff | 80 | // This actually does the roll forward assembly stuff |
81 | Assembly assem = GetType().Assembly; | 81 | Assembly assem = GetType().Assembly; |
82 | Migration m = new Migration((System.Data.Common.DbConnection)factory.ConnectionProvider.GetConnection(), assem, dialect, "AssetStore"); | 82 | Migration m = new Migration((System.Data.Common.DbConnection)factory.ConnectionProvider.GetConnection(), assem, dialect, "InventoryStore"); |
83 | m.Update(); | 83 | m.Update(); |
84 | 84 | ||
85 | } | 85 | } |