Use latest DBIx::Class::Schema::Loader
This commit is contained in:
8
src/sql/update-dbix.pl
Normal file
8
src/sql/update-dbix.pl
Normal file
@@ -0,0 +1,8 @@
|
||||
make_schema_at("Hydra::Schema", {
|
||||
naming => { ALL => "v5" },
|
||||
relationships => 1,
|
||||
moniker_map => sub { return "$_"; },
|
||||
components => [ "+Hydra::Component::ToJSON" ],
|
||||
rel_name_map => { buildsteps_builds => "buildsteps" }
|
||||
}, ["dbi:SQLite:tmp.sqlite"]);
|
||||
|
||||
Reference in New Issue
Block a user