https://bugzilla.wikimedia.org/show_bug.cgi?id=72934

            Bug ID: 72934
           Summary: Add two new columns to flow_revision table
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

Short description:

To support output requirements we are going to start explicitly tracking the
number of bytes in a revision and the revision prior.  

Which wikis are affected:

officewiki
flowdb on the extension1db cluster

Which tables:

flow_revision

What is the change to those tables:

ALTER TABLE /*_*/flow_revision
  ADD rev_content_length int NOT NULL DEFAULT 0,
  ADD rev_previous_content_length int NOT NULL DEFAULT 0;

Links to gerrit changes and/or other related bug reports.

https://gerrit.wikimedia.org/r/#/c/165683/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to