https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2222
--- Comment #8 from Marcel de Rooy <[email protected]> --- 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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
