http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10363 --- Comment #67 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 35838 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35838 Bug 10363 - There is no package for authorised values. Review of attachment 35838: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10363&attachment=35838) ----------------------------------------------------------------- ::: installer/data/mysql/updatedatabase.pl @@ +9766,5 @@
+ CHANGE av_id av_id INT( 11 ) NOT NULL, + CHANGE branchcode branchcode VARCHAR( 10 ) NOT NULL + }); + print "Upgrade to $DBversion done ( Bug 10363 - There is no package for authorised values. )\n"; + SetVersion($DBversion);
Shouldn't this be an atomicupdate now? -- You are receiving this mail because: You are watching all bug changes.