https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29479 Bug ID: 29479 Summary: Discrepancy between kohastructure and db revisions (impacting DBIx schema) 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 kohastructure `public` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'whether this library should show in the opac', 210600041.pl: unless ( column_exists('branches', 'public') ) { 210600041.pl: ALTER TABLE branches ADD public tinyint DEFAULT 1 AFTER pickup_location In the install public is not nullable, in the update it is nullable. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.