projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5e3d0d5
)
doc
Arthur Axel 'fREW' Schmidt [Sat, 8 May 2010 18:46:42 +0000 (13:46 -0500)]
lib/DBIx/Class/DeploymentHandler/HandlesVersioning.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DeploymentHandler/HandlesVersioning.pm
b/lib/DBIx/Class/DeploymentHandler/HandlesVersioning.pm
index
258b7a5
..
92ac5f7
100644
(file)
--- a/
lib/DBIx/Class/DeploymentHandler/HandlesVersioning.pm
+++ b/
lib/DBIx/Class/DeploymentHandler/HandlesVersioning.pm
@@
-67,15
+67,15
@@
the L</previous_version_set> 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