diff options
Diffstat (limited to 'sql/mysql/patch-watchlist-wl_notificationtimestamp.sql')
-rw-r--r-- | sql/mysql/patch-watchlist-wl_notificationtimestamp.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysql/patch-watchlist-wl_notificationtimestamp.sql b/sql/mysql/patch-watchlist-wl_notificationtimestamp.sql new file mode 100644 index 000000000000..0345ce23e3cb --- /dev/null +++ b/sql/mysql/patch-watchlist-wl_notificationtimestamp.sql @@ -0,0 +1,2 @@ +ALTER TABLE /*_*/watchlist + MODIFY wl_notificationtimestamp BINARY(14) DEFAULT NULL; |