[Koha-bugs] [Bug 30449] New: Missing FK constraint on borrower_attribute_types

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 4 15:01:04 CEST 2022


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: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list