Revision history for {{$dist->name}}
{{$NEXT}}
+ - Fix install to allow you to deploy to a given version (jnap)
- Fix the backup method to use storage, not schema (jnap)
- Fix the reasonable defaults for downgrading (jnap)
- Stop warning all the time (ribasushi)
croak 'Install not possible as versions table already exists in database'
if $self->version_storage_is_installed;
- my $ddl = $self->deploy;
+ my $ddl = $self->deploy({version=>$self->to_version});
$self->add_database_version({
version => $self->to_version,