Bug 30495 - marc_modification_template_actions.action should be NOT NULL
Summary: marc_modification_template_actions.action 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:27 UTC by Marcel de Rooy
Modified: 2022-04-08 06:27 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:27:16 UTC
Compare kohastructure with:

$DBversion = '18.06.00.008'; ALTER TABLE marc_modification_template_actions CHANGE action action ENUM('delete_field','add_field','update_field','move_field','copy_field','copy_and_replace_field')

This dbrev forgot to add NOT NULL.