Last modified: 2014-11-04 02:51:47 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T74934, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 72934 - Add two new columns to flow_revision table
Add two new columns to flow_revision table
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
wmf-deployment
All All
: Normal normal (vote)
: ---
Assigned To: Sean Pringle
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-04 01:30 UTC by Erik Bernhardson
Modified: 2014-11-04 02:51 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Erik Bernhardson 2014-11-04 01:30:20 UTC
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/
Comment 1 Sean Pringle 2014-11-04 02:51:47 UTC
Both done.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links