[Koha-bugs] [Bug 10610] sysprefs.sql is really boring to rebase

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 16 15:07:20 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10610

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20359|0                           |1
        is obsolete|                            |

--- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 20408
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20408&action=edit
iBug 10610: sysprefs.sql should be sorted by syspref names

By sorting the sql syspref file, the developpers will be happy to avoid
conflicts on this file each time a patch modifying it is pushed.

Test plan:
- create a new DB with a new table named systempreferences (with the
  same structure as the one you know).
- insert the current sysprefs.sql file into this table.
- note the number of rows in the systempreferences table.
- apply this patch.
- delete all rows of the systempreferences table.
- insert the new sysprefs.sql file.
- verify the number of rows is the same as the previous.

Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list