wiki.techinc.nl/maintenance/archives/patch-image-img_timestamp.sql
Amir Sarabadani e7df1e368b Add schema change for img_timestamp varbinary(14) to binary(14)
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
2021-03-04 21:18:21 +01:00

2 lines
69 B
SQL

ALTER TABLE /*_*/image
MODIFY img_timestamp BINARY(14) NOT NULL;