https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23948 Bug ID: 23948 Summary: Move mandatory .sql files to the mandatory/ directory Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org Some files exist in the root directory (installer/data/mysql) and some other in the mandatory/ one. All should be put in the mandatory one. The current 'layout' becomes particularly troublesome on this commit: https://gitlab.com/koha-community/koha-misc4dev/commit/7ecb9de5b6c7ef660ff63... After that commit, the tools won't work for earlier versions that don't have that .sql files. If they were put in the mandatory directory there would be no need to explicitly list them or branching in the code depending on the version (possible workaround in koha-misc4dev). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.