X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Ftables.sql;h=fb2f0e1a93c111fec0a8e05648d358d77e27c320;hb=2a47a3e91cb89bf725233235ff27176eb9aad6eb;hp=9a93c44d471f559a233fca776c0ab74a3b15272c;hpb=c9eaaf70939977469fd91d616892c9fb35404877;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 9a93c44d47..fb2f0e1a93 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -256,6 +256,11 @@ CREATE TABLE /*_*/page ( -- of contained templates. page_touched binary(14) NOT NULL default '', + -- This timestamp is updated whenever a page is re-parsed and + -- it has all the link tracking tables updated for it. This is + -- useful for de-duplicating expensive backlink update jobs. + page_links_updated varbinary(14) NULL default NULL, + -- Handy key to revision.rev_id of the current revision. -- This may be 0 during page creation, but that shouldn't -- happen outside of a transaction... hopefully.