[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
Thu Oct 16 09:46:00 CEST 2014


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

M. de Rooy <m.de.rooy at rijksmuseum.nl> changed:

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

--- Comment #18 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 32398
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32398&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');

Amended on Oct 16: Promoted the two debugging prints to actual prints. They
will be helpful for any developer. Added a sort for safety. Added some POD
comments.

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


More information about the Koha-bugs mailing list