}
sub prepare_install {
- $_[0]->prepare_deploy;
- $_[0]->prepare_version_storage_install;
+ $_[0]->prepare_deploy;
+ $_[0]->prepare_version_storage_install;
}
__PACKAGE__->meta->make_immutable;
sqltargs => { add_drop_table => 0 },
});
- $dh->prepare_deploy;
+ $dh->prepare_install;
$dh->install;
Creates the needed C<.sql> file to install the version storage and not the rest
of the tables
+=method prepare_install
+
+ $dh->prepare_install
+
+First prepare all the tables to be installed and the prepare just the version
+storage
+
=method install_version_storage
$dh->install_version_storage
The L<DBIx::Class::Schema> (B<required>) that is used to talk to the database
and generate the DDL.
+=attr schema_version
+
+The version that the schema is currently at. Defaults to
+C<< $self->schema->schema_version >>.
+
=attr backup_directory
The directory where backups are stored