This is follow up to Ie996b81ca59 that changed type of this field from varbinary(14) to binary(14) as part of standardizing timestamp fields but didn't add the patch. Bug: T230428 Bug: T42626 Change-Id: I554899f729594c7064633459ab5a6be48920e131
2 lines
86 B
SQL
2 lines
86 B
SQL
ALTER TABLE /*_*/watchlist
|
|
MODIFY wl_notificationtimestamp BINARY(14) DEFAULT NULL;
|