Koha/installer/data/mysql/atomicupdate
Aleisha Amohia 3509f9cff8
Bug 4461: Fix status and borrowernumber fields in problem_reports and more
status varchar(6) with readable statuses
borrowernumber not null default 0
hide form if message successfully sent
fixing hide viewed and hide closed filters
adding recipient column

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-04-06 11:18:59 +01:00
..
bug-4461_add-OPACReportProblem-syspref.perl Bug 4461: Database and syspref changes 2020-04-06 11:16:00 +01:00
bug-4461_add-problem-report-notice.perl Bug 4461: (follow-up) Creating sample notice and other fixes 2020-04-06 11:16:38 +01:00
bug-4461_add-problem-reports-table.perl Bug 4461: Fix status and borrowernumber fields in problem_reports and more 2020-04-06 11:18:59 +01:00
bug-4461_manage_problem_reports_userflags.perl Bug 4461: Adding user flags for managing OPAC problem reports 2020-04-06 11:18:13 +01:00
README Bug 17356 - update README 2016-10-28 14:47:04 +00:00
skeleton.perl Bug 24131: (RM follow-up) Final Rebase 2020-03-24 10:42:25 +00:00

Please put your database revision files in this folder.
The Release Manager will remove them here when pushing your patches.

To use the skeleton .perl for your update:

% cp installer/data/mysql/atomicupdate/skeleton.perl
installer/data/mysql/atomicupdate/bug_XXXXX.perl

and put your modifications in where noted.