From: Arthur Axel 'fREW' Schmidt Date: Mon, 22 Feb 2010 16:57:02 +0000 (-0600) Subject: according to riba this stopped being required in 8115 X-Git-Tag: v0.001000_01~159 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e1899c51352d6b4910f2cb8804fb9c100ac0321;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git according to riba this stopped being required in 8115 --- diff --git a/lib/DBIx/Class/DeploymentHandler.pm b/lib/DBIx/Class/DeploymentHandler.pm index 0b176bd..ef48285 100644 --- a/lib/DBIx/Class/DeploymentHandler.pm +++ b/lib/DBIx/Class/DeploymentHandler.pm @@ -130,12 +130,6 @@ method upgrade_single_step($db_version, $target_version) { return; } - # strangely the first time this is called can - # differ to subsequent times. so we call it - # here to be sure. - # XXX - just fix it - $self->storage->sqlt_type; - my $upgrade_file = $self->ddl_filename( $self->storage->sqlt_type, $target_version,