Deployment Handler Script
Adding the script and required items for deployment handler script to work
This commit is contained in:
parent
e76025c44e
commit
dde8988345
4 changed files with 269 additions and 6 deletions
|
@ -6,6 +6,8 @@ use warnings;
|
|||
|
||||
use base 'DBIx::Class::Schema';
|
||||
|
||||
our $VERSION = 1;
|
||||
|
||||
__PACKAGE__->load_namespaces;
|
||||
|
||||
1;
|
||||
|
|
Reference in a new issue