Page MenuHomePhabricator

Standardise type for transcode_time_* columns
Closed, ResolvedPublic

Description

According to T42626 the timestamp should be adjust from varbinary(14) to binary(14) because there is no need to hold infinite.

Event Timeline

Change 751797 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/TimedMediaHandler@master] abstract schema: Use mwtimestamp type for transcode_time_* columns

https://gerrit.wikimedia.org/r/751797

After this task gets fixed, the postgres failures from T157424 could be retested
(the schema should be ready for postgres after schema change, but sometimes some queries are not and that needs then more work, which could be tracked on the other task marked for postgres).

Change 751797 merged by jenkins-bot:

[mediawiki/extensions/TimedMediaHandler@master] abstract schema: Use mwtimestamp type for transcode_time_* columns

https://gerrit.wikimedia.org/r/751797

Umherirrender claimed this task.