https://drift-tracker.toolforge.org/report/core/ shows a schema drift for:
Mismatching field type of querycache_info.qci_timestamp
on s1, s2, s3, s4, s7
According to T42626 the timestamp should be adjust from `varbinary(14)` to `binary(14)` because there is no need to hold `infinite`.
The column was added in 2cda98321d7f03d4d17a545aef9e2e6599ada42f#change-pVGjpnYAcwz0
There is no ready ALTER statement in the commit history.
```lang=sql
ALTER TABLE /*_*/querycache_info
CHANGE qci_timestamp qci_timestamp BINARY(14) DEFAULT '19700101000000' NOT NULL;
```
# **ALTERs to run:** see above
# **Where to run those changes:** s1, s2, s3, s4, s7 - list of wikis needs to be created
# **When to run those changes:** any time
# **If the schema change is backwards compatible:** Yes
# **If the schema change has been tested already on some of the test/beta wikis:** beta cluster is running with the new schema
# **if the data should be made available on the labs replicas and/or dumps:** no change of the existing rules
Progress
[x] s1
[x] s2
[] s3
[] s4
[x] s7