https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35451 --- Comment #28 from Victor Grousset/tuxayo <victor@tuxayo.net> --- 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.