From the SQL CLI, source the kohastructure.sql file
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16565 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 51717 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51717&action=edit Bug 16565: Drop additional_fields and additional_field_values before creating them These 2 tables should be dropped before trying to create them Test plan: source it again => Without this patch you get 2 warnings ERROR 1050 (42S01) at line 3580 in file: 'installer/data/mysql/kohastructure.sql': Table 'additional_fields' already exi sts ERROR 1050 (42S01) at line 3596 in file: 'installer/data/mysql/kohastructure.sql': Table 'additional_field_values' alrea dy exists => With this patch, you won't get them -- You are receiving this mail because: You are watching all bug changes.