Bug 11562: re-sort sysprefs.sql
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 15 Jan 2014 15:24:00 +0000 (16:24 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 21 Feb 2014 17:15:33 +0000 (17:15 +0000)
commit988dc3b64af00d34f535b811f4093782ac7925a1
tree420bbf6f0d1b6098326fe594bd58d42624b4cc14
parent2be50eba0fe16a7243722f3edac56447c2b6fa75
Bug 11562: re-sort sysprefs.sql

The QA tools does not manage to catch error sorting on the sysprefs.sql
file if it is already badly sorted.

This patch tidies up the sysprefs file.

TEST PLAN
---------
[1] Verify that loading sysprefs.sql into an empty Koha
    database (or one whose system preferences table is
    is empty) works.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
RM note: I must point out that there ZERO functionality associated
with the order that system preferences occur in that SQL script; they are
sorted solely in an attempt to reduce the likelihood of merge conflicts
during the development process.  Consequently, I dislike language that
suggests it is an "error" if sysprefs.sql happens to not be perfectly
sorted; it is at most an inconvenience.
installer/data/mysql/sysprefs.sql