[Koha-bugs] [Bug 18591] Allow an arbitrary number of comments on ILLs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 27 02:40:21 CEST 2018


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

--- Comment #7 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 69273
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69273
Bug 18591 - Database updates

Review of attachment 69273:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18591&attachment=69273)
-----------------------------------------------------------------

::: installer/data/mysql/kohastructure.sql
@@ +4194,5 @@
> +    CONSTRAINT illcomments_ifk
> +      FOREIGN KEY (illrequest_id)
> +      REFERENCES illrequests ( illrequest_id )
> +      ON UPDATE CASCADE ON DELETE CASCADE
> +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

utf8mb4, not just utf8. see bug 18336. I haven't tried yet, but this patch
might not apply because of this.

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


More information about the Koha-bugs mailing list