https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30449
Bug ID: 30449
Summary: Missing FK constraint on borrower_attribute_types
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Database
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Not in kohastructure, but present for a long time already in updatedatabase:
$DBversion = "3.07.00.034";
$dbh->do("ALTER TABLE borrower_attribute_types ADD CONSTRAINT category_code_fk
FOREIGN KEY (category_code) REFERENCES categories(categorycode)");
--
You are receiving this mail because:
You are the assignee for the bug.
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/