[Koha-bugs] [Bug 30984] Action logs should log the cronjob script name that generated the given log

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 29 13:03:00 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30984

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 138295
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138295&action=edit
Bug 30984: (QA follow-up) Switch from mediumtext to varchar(255)

My research indeicates that tinytext of less than 40 bytes uses
about the same storage as a varchar(255). Also, using
a TEXT field in a complex query may create a temp table.
varchar fields are also more efficient for sorting on.

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


More information about the Koha-bugs mailing list