Bug 30496

Summary: message_attributes.message_name should be NOT NULL
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: DatabaseAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 30486    

Description Marcel de Rooy 2022-04-08 06:37:03 UTC
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.