mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
oops, it helps to reference the *right* migration
This commit is contained in:
@@ -79,7 +79,7 @@ namespace OpenSim.Data.NHibernate
|
||||
|
||||
// This actually does the roll forward assembly stuff
|
||||
Assembly assem = GetType().Assembly;
|
||||
Migration m = new Migration((System.Data.Common.DbConnection)factory.ConnectionProvider.GetConnection(), assem, dialect, "AssetStore");
|
||||
Migration m = new Migration((System.Data.Common.DbConnection)factory.ConnectionProvider.GetConnection(), assem, dialect, "InventoryStore");
|
||||
m.Update();
|
||||
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ namespace OpenSim.Data.NHibernate
|
||||
|
||||
// This actually does the roll forward assembly stuff
|
||||
Assembly assem = GetType().Assembly;
|
||||
Migration m = new Migration((System.Data.Common.DbConnection)factory.ConnectionProvider.GetConnection(), assem, dialect, "AssetStore");
|
||||
Migration m = new Migration((System.Data.Common.DbConnection)factory.ConnectionProvider.GetConnection(), assem, dialect, "UserStore");
|
||||
m.Update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user