added new relations
This commit is contained in:
parent
b00e9e838c
commit
57d06f994c
14 changed files with 4782 additions and 4 deletions
|
@ -5,7 +5,10 @@ use warnings;
|
|||
|
||||
use FindBin qw/ $Bin /;
|
||||
use lib "$Bin/../lib";
|
||||
use lib "$Bin/..";
|
||||
use Devel::Dwarn;
|
||||
|
||||
Dwarn $Bin;
|
||||
use Pear::LocalLoop::Schema::Script::DeploymentHandler;
|
||||
|
||||
Pear::LocalLoop::Schema::Script::DeploymentHandler->new_with_actions(schema_class => 'Pear::LocalLoop::Schema');
|
||||
|
|
Reference in a new issue