https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40337 --- Comment #16 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Martin Renvoize (ashimema) from comment #15)
Created attachment 184397 [details] [review] Bug 40337: (QA follow-up) Make database update idempotent
Running this update twice fails before this patch with:
ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Data truncated for column 'checkprevcheckout' at row 3 at /kohadevbox/koha/C4/Installer.pm line 825
Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk>
I cannot test right now but this patch does not feel correct. Why couldn't we rum the alter table statements several times? -- You are receiving this mail because: You are watching all bug changes.