Using under() for the migration didn't make sense
This commit is contained in:
parent
2489940171
commit
fab89aa92e
@ -35,11 +35,10 @@ helper message => sub {
|
||||
state $message = GuestbookNg::Model::Message->new(pg => shift->pg)
|
||||
};
|
||||
|
||||
# Routes
|
||||
under sub ($c) {
|
||||
$c->pg->migrations->from_dir('migrations')->migrate(1)
|
||||
};
|
||||
# Get the DB ready
|
||||
app->pg->migrations->from_dir('migrations')->migrate(1);
|
||||
|
||||
# Routes
|
||||
get '/' => sub ($c) {
|
||||
my $posts = $c->message->get_posts();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user