Deployment Handler Script

Adding the script and required items for deployment handler script to work
This commit is contained in:
Tom Bloor 2017-07-20 17:08:02 +01:00
parent e76025c44e
commit dde8988345
4 changed files with 269 additions and 6 deletions

View file

@ -6,6 +6,8 @@ use warnings;
use base 'DBIx::Class::Schema';
our $VERSION = 1;
__PACKAGE__->load_namespaces;
1;