http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068
Bug ID: 13068
Summary: New feature for DB update and sandbox
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Installation and upgrade (web-based installer)
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Most patches with a DB update cannot be applied automatically on sandboxes,
because they have a conflict in updatedatabase.pl
I propose to have a new directory (say dev_update), that will be used during
the development process.
* when you submit a patch with a db update, you developer must put the DB
update part into the dev_update/ directory, NOT in updatedatabase.pl
* the updatedatabase.pl, at the end of the update process, checks if there is
something in the dev_update. If there is, what's here is applied.
* when the patch is pushed by the Release Manager, the DB update is moved out
from the dev_update directory, and included into updatedatabase.pl
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/