in reply to Re: Tracking and deploying changes in (MySql/Maria) DB schema ...
in thread Tracking and deploying changes in (MySql/Maria) DB schema ...

Well dbix-class would require changing the code base.

Home rolling sounds like the second best solution. (I'd probably also try playing around with triggers on our dev server)

Probably the easiest way is political:

I send an email always requiring explicit ALTER TABLE code for each change and prepare playing the finger pointing game if something crashes.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

  • Comment on Re^2: Tracking and deploying changes in (MySql/Maria) DB schema ...