Bug 23267 - Database change from bug 9834 breaks database update from older versions
Summary: Database change from bug 9834 breaks database update from older versions
Status: RESOLVED DUPLICATE of bug 23265
Alias: None
Product: Koha
Classification: Unclassified
Component: Database (show other bugs)
Version: master
Hardware: All All
: P5 - low critical (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 9834
Blocks:
  Show dependency treegraph
 
Reported: 2019-07-05 06:01 UTC by Katrin Fischer
Modified: 2019-07-05 06:07 UTC (History)
0 users

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 Katrin Fischer 2019-07-05 06:01:11 UTC
Mirko posted on bug 9834:

(In reply to Mirko Tietgen from comment #21)
> I assume this breaks upgrading the Koha DB schema at DB revision 16.12.00.032
> 
> >[…]
> >Upgrade to 16.12.00.030 done (Bug 16344 - Add a circ rule to limit the auto renewals given a specific date)
> >Upgrade to 16.12.00.031 done (Bug 15108: OAI-PMH provider improvements)
> >DBD::mysql::st execute failed: Unknown column 'me.item_level_hold' in 'field list' [for Statement "SELECT `me`.`reserve_id`, `me`.`borrowernumber`, `me`.`reservedate`, `me`.`biblionumber`, `me`.`branchcode`, `me`.`notificationdate`, `me`.`reminderdate`, `me`.`cancellationdate`, `me`.`reservenotes`, `me`.`priority`, `me`.`found`, `me`.`timestamp`, `me`.`itemnumber`, `me`.`waitingdate`, `me`.`expirationdate`, `me`.`lowestPriority`, `me`.`suspend`, `me`.`suspend_until`, `me`.`itemtype`, `me`.`item_level_hold` FROM `reserves` `me` WHERE ( ( `found` = ? AND `priority` = ? ) )" with ParamValues: 0='W', 1=0] at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836.
> >DBIx::Class::Storage::DBI::_dbh_execute(): Unknown column 'me.item_level_hold' in 'field list' at /usr/share/koha/lib/Koha/Objects.pm line 209
Comment 1 Katrin Fischer 2019-07-05 06:07:32 UTC

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