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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/