Bug 29479 - Discrepancy between kohastructure and db revisions (impacting DBIx schema)
Summary: Discrepancy between kohastructure and db revisions (impacting DBIx schema)
Status: RESOLVED DUPLICATE of bug 27360
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-15 10:30 UTC by Marcel de Rooy
Modified: 2021-11-15 23:15 UTC (History)
2 users (show)

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 2021-11-15 10:30:27 UTC
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.
Comment 1 Jonathan Druart 2021-11-15 10:48:06 UTC
Will fix on bug 27360.

*** This bug has been marked as a duplicate of bug 27360 ***