https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15486 --- Comment #55 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to M. Tompsett from comment #54)
Comment on attachment 71314 [details] [review] Bug 15486: DB structure change
Review of attachment 71314 [details] [review]: -----------------------------------------------------------------
::: installer/data/mysql/atomicupdate/bug_15486_max_holds_per_day.perl @@ +1,2 @@
+$DBversion = "XXX"; +if ( CheckVersion($DBversion) ) {
no reserve date?!
::: installer/data/mysql/kohastructure.sql @@ +1883,4 @@
CREATE TABLE `reserves` ( -- information related to holds/reserves in Koha `reserve_id` int(11) NOT NULL auto_increment, -- primary key `borrowernumber` int(11) NOT NULL default 0, -- foreign key from the borrowers table defining which patron this hold is for + `reservedate` date default NULL, -- the date the hold was placed
reservedate here...
This is probably some formatting change. I'm not adding that column at all. -- You are receiving this mail because: You are watching all bug changes.