https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30495 Bug ID: 30495 Summary: marc_modification_template_actions.action should be NOT NULL Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement 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 = '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. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.