mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Adds migrations to switch all existing timestamp fields from being NOT NULL DEFAULT 0, to NULL DEFAULT NULL, in order to get around issues with new default modes in MySQL that cause errors in 0 dates.