11 Nov
2019
11 Nov
'19
9:32 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24002 --- Comment #15 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Martin Renvoize from comment #14)
Minor concern is whether we might be missing some DB updates to ensure all tables are filled with expected data to start with..
Hum actually it's too late. We cannot longer write such query: update opac_news set expirationdate=NULL WHERE expirationdate="0000-00-00"; As it will fail: ERROR 1292 (22007): Incorrect date value: '0000-00-00' for column 'expirationdate' at row 1 -- You are receiving this mail because: You are watching all bug changes.