[Koha-bugs] [Bug 13068] New feature for DB update and sandbox

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 14 15:15:39 CEST 2014


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

--- Comment #13 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 32300
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32300&action=edit
[COUNTERPATCH] Bug 13068: Counterpatch using atomicupdate directory

This patch makes a distinction between atomicupdates belonging to an
official db revision and development updates.
It also keeps track of the dev updates since the last official db rev.
(This is done via a local pref; so easily accessible if needed.)

The db revs can be txt files, perl scripts or sql files.
Sql files are run via the installer.

A new db revision is now only a matter of dropping a file in atomicupdates
for the developer. The RM only adds one line to updatedatabase like:
    ExecDBRev( $aupd, '13068', 'Refined dbrev', '13068.pl', '3.17.00.028');

I left two debuggings prints, helpful while testing this. When we are
ready, they can be removed.

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


More information about the Koha-bugs mailing list