aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/patch-image-img_timestamp.sql
Commit message (Collapse)AuthorAgeFilesLines
* Add schema change for img_timestamp varbinary(14) to binary(14)Amir Sarabadani2021-03-041-0/+2
This is a follow up to I237af3558 where datatype of img_timestamp for MySQL was changed from varbinary(14) to binary(14) as part of standardizing timestamp fields in MySQL (T42626). This change does not affect Postgres or Sqlite. Bug: T42626 Bug: T230428 Change-Id: Ic4bd59736ff82d8bdb60fbac46a89f18257b8292