https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2222 --- Comment #8 from Marcel de Rooy <m.de.rooy@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@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.