Last modified: 2014-04-02 00:04:26 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 T65385, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 63385 - Add column rev_type_id to table flow_revision
Add column rev_type_id to table flow_revision
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Sean Pringle
:
Depends on:
Blocks: 49188
  Show dependency treegraph
 
Reported: 2014-04-01 18:24 UTC by Erik Bernhardson
Modified: 2014-04-02 00:04 UTC (History)
1 user (show)

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


Attachments

Description Erik Bernhardson 2014-04-01 18:24:58 UTC
Short Description:

Add column by which to group related revisions directly in the flow_revision table.

Which wiki's are affected:

flowdb on the ext1db

Which Tables:

flow_revision

What is the change to those tables:

ALTER TABLE /*_*/flow_revision ADD rev_type_id binary(11) not null default '';
CREATE INDEX /*i*/flow_revision_type_id ON /*_*/flow_revision (rev_type, rev_type_id); 

Links to gerrit changes:
Comment 1 Sean Pringle 2014-04-02 00:04:26 UTC
Done.

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


Navigation
Links