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

--- Comment #1 from Paul Poulain <[email protected]> ---
Created attachment 32173
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32173&action=edit
Bug 13068, updatedatabase improvement for developer process

with this patch, the updatedatabase now checks info the db_update directory. If
there is something here, it's executed.
Note that there is no version update, so if you run the updatedatabase script
twice, you'll get an sql error probably.

This patch will be very useful for sandbox testing process.

When the RM pushes a patch with something in db_update, he will have to copy it
into updatedatabase.pl, give it a number, and remove the file in db_update


Test plan:
 * apply the patch
 * create a files with a .sql extension in the db_update directory
 * run updatedatabase.pl
 * look at your database, what was in the .sql file must have been run

-- 
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/

Reply via email to