Koha/installer/data/mysql/atomicupdate
Jonathan Druart 0885344e80
Bug 4461: Extend problem_reports.problempage to TEXT
255 chars is not enough if want want to store any kind of URL, for
instance an authorities search can be much longer

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:19:34 +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: Extend problem_reports.problempage to TEXT 2020-04-06 11:19:34 +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.