[Jifty-commit] r2797 - jifty/trunk/lib/Jifty/Script
jifty-commit at lists.jifty.org
jifty-commit at lists.jifty.org
Fri Feb 16 18:22:50 EST 2007
Author: dpavlin
Date: Fri Feb 16 18:22:50 2007
New Revision: 2797
Modified:
jifty/trunk/lib/Jifty/Script/Schema.pm
Log:
hmm... how did we lost this? jifty schema upgrades work again
Modified: jifty/trunk/lib/Jifty/Script/Schema.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Script/Schema.pm (original)
+++ jifty/trunk/lib/Jifty/Script/Schema.pm Fri Feb 16 18:22:50 2007
@@ -419,6 +419,7 @@
}
sub _print_upgrades {
+ my $self = shift;
my %UPGRADES = (@_);
for (
map { @{ $UPGRADES{$_} } }
More information about the Jifty-commit
mailing list