Remove no longer needed script
This commit is contained in:
parent
aa68868647
commit
fdb969de16
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
#!/usr/bin/env perl
|
||||
use v5.40;
|
||||
|
||||
use DBIx::Class::Schema::Loader qw(make_schema_at);
|
||||
|
||||
my $dsn = (require "./pooru-api-v0.conf")->{dsn};
|
||||
my %opts = (
|
||||
dump_directory => "lib",
|
||||
exclude => "dbix_migration",
|
||||
);
|
||||
|
||||
make_schema_at("Pooru::Schema", \%opts, [$dsn]);
|
Loading…
Add table
Add a link
Reference in a new issue