25 Nov
2024
25 Nov
'24
1:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37592 --- Comment #23 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 174969 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174969&action=edit Bug 37592: (QA follow-up) Ensure consistent NOT NULL placement and make implicit behavior explicit - Explicitly set `NOT NULL` constraints for `creation_date` and `modification_date` in `kohastructure.sql` to clarify the implicit behavior of `DEFAULT CURRENT_TIMESTAMP`. - Adjusted the `modification_date` column definition in the atomic update file to place `NOT NULL` before `ON UPDATE` for consistency. -- You are receiving this mail because: You are watching all bug changes.