(Bug 40860) make purgeRedundantText not fail on pre MW1.5 records
[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;