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

            Bug ID: 64411
           Summary: Deploy pp_sortkey schema change to all wikis
           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: ---

The schema change can be found at
https://gerrit.wikimedia.org/r/#/c/122349/5/maintenance/archives/patch-pp_sortkey.sql,
reproduced here as well:

ALTER TABLE /*_*/page_props
 ADD pp_sortkey float DEFAULT NULL;

CREATE UNIQUE INDEX /*i*/pp_propname_sortkey_page
 ON /*_*/page_props ( pp_propname, pp_sortkey, pp_page );

This is hidden behind a feature flag so there's no rush to have this done
before a set deployment.

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