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

--- Comment #131 from Zeno Tajoli <[email protected]> ---
Hi,

> +CREATE TABLE biblio_metadata (
> +    `id` INT(11) NOT NULL AUTO_INCREMENT,
> +    `biblionumber` INT(11) NOT NULL,
> +    `format` VARCHAR(16) NOT NULL,
> +    `marcflavour` VARCHAR(16) NOT NULL,

in fact I think it is a case of not perfect selection of names.
'format' = 'physical_format' [ISO2709, XML, JSON, etc.]
'marcflavour' = 'logical_format' [MARC21, UNIMARC, Dublin Core, etc.]

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