[Koha-bugs] [Bug 29479] New: Discrepancy between kohastructure and db revisions (impacting DBIx schema)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 15 11:30:27 CET 2021


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 at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list