(bug 16645) Making the pl_namespace, tl_namespace and il_to indices UNIQUE, just...
[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 binary(14) NOT NULL default '';