https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40548
Bug ID: 40548
Summary: diff in DB schema
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Test Suite
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 40337
00:40:25 koha-1 | < `checkprevcheckout` enum('yes', 'no', 'inherit')
NOT NULL DEFAULT 'inherit' COMMENT 'produce a warning for this patron if this
item has previously been checked out to this patron if ''yes'', not if ''no'',
defer to category setting if ''inherit''.',
00:40:25 koha-1 | ---
00:40:25 koha-1 | > `checkprevcheckout` enum('yes','no','inherit') NOT
NULL DEFAULT 'inherit' COMMENT 'produce a warning for this patron if this item
has previously been checked out to this patron if ''yes'', not if ''no'', defer
to category setting if ''inherit''.',
00:40:25 koha-1 | ERROR - DB structures are not identical
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40337
[Bug 40337] checkprevcheckout must be defined as ENUM at DB level
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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/