Merge "selenium: Remove "RunJobs" wait from specialrecentchanges test"
[lhc/web/wiklou.git] / maintenance / archives / patch-archive-ar_actor.sql
1 ALTER TABLE /*_*/archive
2 ALTER COLUMN ar_user_text SET DEFAULT '',
3 ADD COLUMN ar_actor bigint unsigned NOT NULL DEFAULT 0 AFTER ar_user_text;
4 CREATE INDEX /*i*/ar_actor_timestamp ON /*_*/archive (ar_actor,ar_timestamp);