https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15486
--- Comment #54 from M. Tompsett <[email protected]> --- Comment on attachment 71314 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=71314 Bug 15486: DB structure change Review of attachment 71314: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15486&attachment=71314) ----------------------------------------------------------------- ::: 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... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
