X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FHandlesVersioning.pm;fp=lib%2FDBIx%2FClass%2FDeploymentHandler%2FHandlesVersioning.pm;h=92ac5f7567858b8db352a00a8cb21d37091cbbc6;hb=4bfd40dd7f402fda9fe87cd51ca34fbc02ff7104;hp=258b7a5da1e65f6273eaf4dfaa2316994e956a63;hpb=7d0b0f2bd537805cbb09311fb23804d37b481de7;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git 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