On Fri, Sep 26, 2014 at 11:55 AM, sri <[email protected]> wrote: > how do you manage schema upgrades?
I have only used DBIx::Class::Schema::Loader, more specifically dbicdump. I've tied that into a Mojolicious::Command such that I could upgrade fairly easily using my Mojo app commands as the basis for all things maintenance. M::C FTW! :) -- 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.
