[Koha-bugs] [Bug 11390] DBIx::Class schema deployment script

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 20 06:38:17 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11390

--- Comment #3 from David Cook <dcook at prosentient.com.au> ---
I did think about this... deploying a DBIC schema to a database and doing a
MySQL dump to get the structure of the deployed database.

Probably also do a MySQL dump of a database populated using kohastructure.sql.

Then those two dumps can be compared using regular diff tools or
SQL::Translator::Diff.

At the very least, it would be nice to start using Koha::Database::deploy()
rather than kohastructure.sql...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list