Merge "mw.Feedback: If the message is posted remotely, link the title correctly"
[lhc/web/wiklou.git] / maintenance / archives / patch-user_last_timestamp.sql
1 -- For getting diff since last view
2 ALTER TABLE /*$wgDBprefix*/user_newtalk
3 ADD user_last_timestamp varbinary(14) NULL default NULL;