use VersionStorage in the rest of our stuff
[dbsrgits/DBIx-Class-DeploymentHandler.git] / lib / DBIx / Class / DeploymentHandler / WithDatabaseToSchemaVersions.pm
index e72c133..9d307bc 100644 (file)
@@ -16,7 +16,8 @@ sub _build_version_handler {
   my $self = shift;
 
   my $args = {
-    schema => $self->schema,
+    schema          => $self->schema,
+    version_storage => $self->version_storage,
   };
 
   $args->{to_version} = $self->to_version if $self->has_to_version;