https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30496 Bug ID: 30496 Summary: message_attributes.message_name should be NOT NULL Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Database Assignee: koha-bugs@lists.koha-community.org Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org Compare kohastructure with: $DBversion = '3.01.00.139'; ALTER TABLE message_attributes CHANGE message_name message_name varchar(40); This dbrev forgot to add NOT NULL. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.