according to riba this stopped being required in 8115
Arthur Axel 'fREW' Schmidt [Mon, 22 Feb 2010 16:57:02 +0000 (10:57 -0600)]
lib/DBIx/Class/DeploymentHandler.pm

index 0b176bd..ef48285 100644 (file)
@@ -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,