http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15207 --- Comment #30 from Brendan Gallagher <brendan@bywatersolutions.com> --- Created attachment 45113 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45113&action=edit To not show errors on update from 3.20.x to 3.22.x Two update of db, 3.21.00.027 and 3.21.00.022, are partialy done also on 3.20.x. This patch modify updatedatabase.pl to cover those partial changes in db done in 3.20.x To test: 1)Install a 3.20.4 or more 2)Dump the db 2)Update to master and see the error 3)Installe the patch 4)Reload the db 5)Update to master and see no more error 6)Check the coerence at sql structure level More check: a)Reload the db b)Change db to delete the effect of those two commit in 3.20: bug 14205: http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=c158f9e27e9e2835... bug 14298: http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=e0c926e0104e3fb7... c)Redone update d)With patch no errors Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Added COLLATE to audio_alerts Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Insert check based on INDEX instead of FK http://bugs.koha-community.org/show_bug.cgi?id=15207 Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.