Bug 26044

Summary: frameworkcode fields must be a FK
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: dcook
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 5334    

Description Jonathan Druart 2020-07-22 14:47:58 UTC
Foreign key must be added to the following tables:
 auth_subfield_structure
 biblio
 [deletedbiblio]
 marc_subfield_structure
 marc_tag_structure
 auth_subfield_structure

And an empty value "" must be added to the biblio_frameworks table.