>
> I thought maybe this would work :
>
> plugin 'minion' => Pg => 'postgresql:///fresh';
> app->minion->backend->pg->db->do(q[set search_path='minion']) or die
> 'db error';
> app->minion->backend->pg->migrations->migrate;
>
> It almost does, but the first line generates the minion tables
> in the 'public' (default) schema before the second line gets a chance
> to execute, so I end up with an extra set of tables.
>
Just a guess, but maybe an
"app->minion->backend->pg->unsubscribe('connection');" would do the trick.
--
sebastian
--
You received this message because you are subscribed to the Google Groups
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.