oops, it helps to reference the *right* migration
parent
e6ce30d4f1
commit
c2dc1636a6
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue