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

--- Comment #28 from Victor Grousset/tuxayo <[email protected]> ---
Comment on attachment 173421
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=173421
Bug 35451: Add record_table to additional_field_values

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

::: installer/data/mysql/kohastructure.sql
@@ +242,4 @@
>  CREATE TABLE `additional_field_values` (
>    `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'primary key identifier',
>    `field_id` int(11) NOT NULL COMMENT 'foreign key references 
> additional_fields(id)',
> +  `record_table` varchar(255) NOT NULL DEFAULT '' COMMENT 'tablename of the 
> related record',

Backticks, which should not be used
https://wiki.koha-community.org/wiki/Coding_Guidelines#SQL6:_Backticks

But there are already on all other lines >_< So I don't know.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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