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

       Web browser: ---
            Bug ID: 53427
           Summary: New field and index on recentchanges table for
                    RC_EXTERNAL
           Product: Wikimedia
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: schema-change
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
            Blocks: 49188
    Classification: Unclassified
   Mobile Platform: ---

Short description:

Add a new field and index to allow differentiation between types of RC_EXTERNAL
changes.  Currently Wikibase is the only thing using RC_EXTERNAL. To allow Flow
to utilize RC_EXTERNAL and let Wikibase continue doing everything it does now a
differentiator is required.

Which wikis are affected:

all?

Which tables:

recentchanges

What is the change to those tables:

ALTER TABLE recentchanges ADD rc_external_type VARBINARY(255) NULL DEFAULT
NULL;
CREATE INDEX rc_type ON recentchanges(rc_type, rc_external_type);

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

https://bugzilla.wikimedia.org/53230
https://gerrit.wikimedia.org/r/#/c/81277

-- 
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