finally put deploy where it actually belongs
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / WithSqltDeployMethod.pm
index 85b85f8..55f7c05 100644 (file)
@@ -11,6 +11,7 @@ has deploy_method => (
   lazy_build => 1,
   handles => [qw{
     deployment_statements
+    deploy
         create_install_ddl
         create_update_ddl
         create_ddl_dir
@@ -25,7 +26,6 @@ sub _build_deploy_method {
                databases         => $self->databases,
                upgrade_directory => $self->upgrade_directory,
                sqltargs          => $self->sqltargs,
-               storage           => $self->storage,
                do_backup         => $self->do_backup,
        };
        $args->{backup_directory} = $self->backup_directory