NAME

Daje::Workflow::Database - It's the database migrate plugin for Daje::Workflow

SYNOPSIS

use Daje::Workflow::Database;

push @{$migrations}, {class => 'Daje::Workflow::Database', name => 'workflow', migration => 2};

Daje::Workflow::Database->new(
     pg            => $pg,
     migrations    => $migrations,
 )->migrate();

DESCRIPTION

Daje::Workflow::Database is the Database migrate plugin for Daje::Workflow

REQUIRES

Mojo::Loader

Mojo::Base

METHODS

migrate($self)

migrate($self)();

AUTHOR

janeskil1525 <janeskil1525@gmail.com>

LICENSE

Copyright (C) janeskil1525.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.