summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/db_legacy3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/db_legacy b/bin/db_legacy
index 6f0208c..3206d33 100755
--- a/bin/db_legacy
+++ b/bin/db_legacy
@@ -24,8 +24,9 @@ my $dh = DBIx::Class::DeploymentHandler->new({
schema => $schema,
schema_version => '' . $schema->schema_version,
sql_translator_args => { add_drop_table => 0, quote_identifiers => 1 },
+ databases => [],
+ ignore_ddl => 1,
});
-$dh->prepare_version_storage_install;
$dh->install_version_storage;
$dh->add_database_version({ version => 1 });