24 Apr
2010
24 Apr
'10
9:21 p.m.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4239 --- Comment #2 from tipaul <paul.poulain@biblibre.com> 2010-04-24 20:21:53 --- there is a small bug in the SQL description : it's written : ALTER TABLE `old reserves` ADD COLUMN `reservenumber` int(11) NOT NULL; where the correct SQL is : ALTER TABLE `old_reserves` ADD COLUMN `reservenumber` int(11) NOT NULL; ("old_reserves" vs "old reserves") -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.