Bug 30496 - message_attributes.message_name should be NOT NULL
Summary: message_attributes.message_name should be NOT NULL
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 30486
  Show dependency treegraph
 
Reported: 2022-04-08 06:37 UTC by Marcel de Rooy
Modified: 2022-04-08 06:37 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.