20 Nov
2014
20 Nov
'14
6:38 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11390 --- Comment #3 from David Cook <dcook@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.