X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDeploymentHandler%2FWithDatabaseToSchemaVersions.pm;h=6c086c1fe89787a46137df1b01a971ef9424a166;hb=98c9484a85f334c76d3cb667858209e53c92b477;hp=9d307bc9c43c09b6051409a896a8c35d6bab5042;hpb=fb105cfaa0a76db35042a0c862f8fd56fa8c0d2c;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git diff --git a/lib/DBIx/Class/DeploymentHandler/WithDatabaseToSchemaVersions.pm b/lib/DBIx/Class/DeploymentHandler/WithDatabaseToSchemaVersions.pm index 9d307bc..6c086c1 100644 --- a/lib/DBIx/Class/DeploymentHandler/WithDatabaseToSchemaVersions.pm +++ b/lib/DBIx/Class/DeploymentHandler/WithDatabaseToSchemaVersions.pm @@ -16,8 +16,8 @@ sub _build_version_handler { my $self = shift; my $args = { - schema => $self->schema, - version_storage => $self->version_storage, + database_version => $self->database_version, + schema_version => $self->schema_version, }; $args->{to_version} = $self->to_version if $self->has_to_version;