[Koha-bugs] [Bug 26947] kohastructure.sql should be updated for each release

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 17 15:28:59 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Jonathan Druart from comment #2)
> Should not we have a bash function in ktd instead? Or a dev script in
> misc/devel?

function update_kohastructure {
    mysqldump --databases -d --host=db --user=koha_kohadev --password=password
koha_kohadev > installer/data/mysql/kohastructure.sql
}

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


More information about the Koha-bugs mailing list