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

            Bug ID: 30472
           Summary: Field borrower_relationships.guarantor_id should be
                    marked as NOT NULL
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Database
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

See also $DBversion = '19.06.00.022'; CREATE TABLE `borrower_relationships`
[...]                   guarantor_id INT(11) NOT NULL,                  
guarantee_id INT(11) NOT NULL,

Many production db's will have both fields already NOT NULL.
We need to adjust kohastructure and DBIx

Note that non-patron guarantors are NOT saved in this table but in the
borrowers table itself IIUC.

-- 
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/

Reply via email to