The time fields defined in hook_schema or pseudo hook_schema (i.e BatchStorage::schemaDefinition()) need to be updated for Y2038. This issue is to fix this in the following:
Change the size.
We can skip updating the time fields for SQLite, because SQLite uses a more general dynamic type system. The size of the value determines the size that is used on disk. For more info: https://www.sqlite.org/datatype3.html.
Patch
Confirm that all the schema s have been fixed here, that none were missed
Review
Commit
Fixed
10.1 β¨
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.