http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11390
--- Comment #3 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
