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.
Will fix on bug 27360. *** This bug has been marked as a duplicate of bug 27360 ***