From: Arthur Axel 'fREW' Schmidt Date: Sat, 8 May 2010 18:46:42 +0000 (-0500) Subject: doc X-Git-Tag: v0.001000_09~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=commitdiff_plain;h=4bfd40dd7f402fda9fe87cd51ca34fbc02ff7104 doc --- diff --git a/lib/DBIx/Class/DeploymentHandler/HandlesVersioning.pm b/lib/DBIx/Class/DeploymentHandler/HandlesVersioning.pm index 258b7a5..92ac5f7 100644 --- a/lib/DBIx/Class/DeploymentHandler/HandlesVersioning.pm +++ b/lib/DBIx/Class/DeploymentHandler/HandlesVersioning.pm @@ -67,15 +67,15 @@ the L iterator to yeild the following: db_version = 5, to_version=1 - [4, 5] - [3, 4] - [2, 3] - [1, 2] + [5, 4] + [4, 3] + [3, 2] + [2, 1] undef or maybe just - [1, 5] + [5, 1] undef Note that we do not swap the version number order. This allows us to remain