According to https://drift-tracker.toolforge.org/report/checkuser/, the cul_timestamp column in the cu_log table has multiple drifts indicating that the DBs have the wrong column type. I have verified that this drift exists for a DB on s1.
The correct column type for this is mwtimestamp which on MariaDB is BINARY(14) NOT NULL. From db2153 the incorrect type is varbinary(14) NOT NULL DEFAULT ''.
Progress:
- s1
- s2
- s3
- s4
- s5
- s6
- s7
- s8