Merge "tests: Fix broken assertion in ApiQueryAllPagesTest"
[lhc/web/wiklou.git] / maintenance / archives / patch-filearchive-fa_actor.sql
1 ALTER TABLE /*_*/filearchive
2 ALTER COLUMN fa_user_text SET DEFAULT '',
3 ADD COLUMN fa_actor bigint unsigned NOT NULL DEFAULT 0 AFTER fa_user_text;
4 CREATE INDEX /*i*/fa_actor_timestamp ON /*_*/filearchive (fa_actor,fa_timestamp);