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