web/config
Mike Colagrosso a9a0782946 Timestamps: Set DEFAULT and ON UPDATE values
Newer versions of MariaDB, such as this one included with Ubuntu 24.04:

    Server version: 10.11.8-MariaDB-0ubuntu0.24.04.1 Ubuntu 24.04

change the default behavior to not automatically set timestamp defaults and on update values:

    $ mysqld --verbose --help | grep explicit-defaults-for-timestamp
    explicit-defaults-for-timestamp                              TRUE

whereas my older machines allowed it:

    $ mysqld --verbose --help | grep explicit-defaults-for-timestamp
    explicit-defaults-for-timestamp                              FALSE

More background on the flag here:

    https://dev.mysql.com/doc/refman/8.4/en/timestamp-initialization.html
2024-11-04 13:16:56 -06:00
..
apache Add hotlink protection for some naughty hotlinkers 2024-02-28 09:00:30 -06:00
php/fpm Rename internal PHP config variable 2024-05-14 15:47:29 -05:00
phpstan Add automatic donation drives 2024-10-17 11:58:25 -05:00
sql Timestamps: Set DEFAULT and ON UPDATE values 2024-11-04 13:16:56 -06:00
ssl Remove self-signed testing certs from the repo 2021-02-09 11:48:43 -06:00