[Koha-bugs] [Bug 2222] Field auth_subfield_structure.frameworkcode should be removed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 1 11:59:46 CEST 2022


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

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 132836
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132836&action=edit
Bug 2222: Adjust SQL fr-FR unimarc complete Obligatoire norme

This is a large file where frameworkcode is not the last field in each row.
So harder to replace since the contents of the last field varies.
Awaiting migration to yaml, I chose here to add and drop the column ;)

Test plan:
I tested this sql script as follows:
    (sql) delete from auth_subfield_structure; delete from auth_tag_structure;
delete from auth_types;
    (bash) mysql -h YOUR_HOST -p YOUR_CLONE < FILE_NAME

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

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


More information about the Koha-bugs mailing list