http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10509 Bug ID: 10509 Summary: Using updates instead of inserts in translated mysql files Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs@lists.koha-community.org Reporter: m.de.rooy@rijksmuseum.nl CC: gmcharlt@gmail.com Currently, all languages in installer/data/mysql contain a few subfolders with .sql files mostly containing insert statements. There is a lot of redundancy and maintaining this construction is more work. I propose to use en (English) as a global folder, or even a separate folder global (with English just being one of the languages). The global folder should contain inserts; these sql files should be run first. The translation folder should update only the descriptions etc. This is based on a recent discussion on the dev list. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.