Bug 27842 seems to break the updatedb 19.12.00.076: "UPDATE serial JOIN subscription USING (subcriptionid) SET serial.biblionumber = subscription.biblionumber WHERE serial.biblionumber != subscription.biblionumber" Missing a 'S' on subcriptionid.
Created attachment 120660 [details] [review] Bug 28298: fix DB update 19.12.00.076
test plan: - start with a DB version prior to 19.11, - launch installer/data/mysql/updatedatabase.pl, => update fails at 19.12.00.076 - apply this patch, - try again
Created attachment 120680 [details] [review] Bug 28298: fix DB update 19.12.00.076 Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Straightforward fix for a typo, Passing QA
Pushed to master for 21.05, thanks to everybody involved!
Pushed to 20.11.x for 20.11.06
Pushed to 20.05.x for 20.05.12
Missing dependencies for 19.11.x, it shouldn't be affected, no backport. Bullet dodged!