Fixed comments in Migration.cs: wrong argument order (no change to code)
parent
aa56953411
commit
b49e9eff56
|
@ -53,8 +53,8 @@ namespace OpenSim.Data
|
||||||
/// When a database driver starts up, it specifies a resource that
|
/// When a database driver starts up, it specifies a resource that
|
||||||
/// needs to be brought up to the current revision. For instance:
|
/// needs to be brought up to the current revision. For instance:
|
||||||
///
|
///
|
||||||
/// Migration um = new Migration(Assembly, DbConnection, "Users");
|
/// Migration um = new Migration(DbConnection, Assembly, "Users");
|
||||||
/// um.Upgrade();
|
/// um.Update();
|
||||||
///
|
///
|
||||||
/// This works out which version Users is at, and applies all the
|
/// This works out which version Users is at, and applies all the
|
||||||
/// revisions past it to it. If there is no users table, all
|
/// revisions past it to it. If there is no users table, all
|
||||||
|
|
Loading…
Reference in New Issue