Tweak for schema script.

This commit is contained in:
barnold 2022-09-10 18:07:21 +01:00
parent f2eff21f33
commit f7f5f6ea08
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if [[ "$PWD" != "$mydir" ]]; then
exit 1
else
perl -MDBIx::Class::Schema::Loader=make_schema_at,dump_to_dir:./lib \
-e 'make_schema_at("Book::Schema", { debug => 1 }, [ "dbi:Pg:dbname=nick" ])'
-e 'make_schema_at("Book::Schema", { debug => 1 }, [ "dbi:Pg:" ])'
fi
exit 0