Bug 26044 - frameworkcode fields must be a FK
Summary: frameworkcode fields must be a FK
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 5334
  Show dependency treegraph
 
Reported: 2020-07-22 14:47 UTC by Jonathan Druart
Modified: 2020-07-23 02:56 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.