http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10889 Bug ID: 10889 Summary: wrong description for a column of biblio table in kohastructure.sql Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Database Assignee: gmcharlt@gmail.com Reporter: mathieu.saby@univ-rennes2.fr QA Contact: testopia@bugs.koha-community.org I don't know if it deserved to be reported. Maybe, if the description is used to generate tables in schemaspy. For biblio table in kohastructure.sql, we have : `serial` tinyint(1) default NULL, -- foreign key, linking to the subscriptionid in the serial table But serial field is not linking to the subscriptionid in the serial table. It contains 1 if the record is a serial. M. Saby -- You are receiving this mail because: You are watching all bug changes.