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

--- Comment #1 from Jonathan Druart <[email protected]> 
---
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:
>From the SQL CLI, source the kohastructure.sql file
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.
_______________________________________________
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