Skip to content

Commit

Permalink
Write schema classes to a different directory
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 25, 2019
1 parent 580cbb2 commit 2c18cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/get_schema
Expand Up @@ -8,7 +8,7 @@ use DBIx::Class::Schema::Loader qw/ make_schema_at /;

make_schema_at(
'Literature::Schema', {
dump_directory => "$Bin/../Literature/lib",
dump_directory => "$Bin/../lib",
components => [ 'InflateColumn::DateTime' ],
use_moose => 1,
},
Expand Down

0 comments on commit 2c18cab

Please sign in to comment.