https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24002
--- Comment #15 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
