wiki.techinc.nl/maintenance/archives/patch-watchlist-wl_notificationtimestamp.sql
Amir Sarabadani 01d8de358f Add patch to set wl_notificationtimestamp BINARY(14)
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
2020-11-21 23:47:34 +01:00

2 lines
86 B
SQL

ALTER TABLE /*_*/watchlist
MODIFY wl_notificationtimestamp BINARY(14) DEFAULT NULL;