Page MenuHomePhabricator

Change Property datatypes from string to External Identifier
Closed, ResolvedPublic2 Estimated Story Points

Description

Per request from the community, please change the following Property datatypes from string to External Identifier:

Acceptance criteria:
The above listed Property datatypes are External Identifiers.

Event Timeline

This can be achieved by running a maintenance script, requires the resctricted access right

Sarai-WMDE set the point value for this task to 2.Apr 18 2023, 9:31 AM

Task Breakdown Notes:

  • We think this should be performed in a live script running capacity, preferably with one of the new engineers with restricted @ItamarWMDE @HasanAkgun_WMDE
  • Once picked up make sure to pair with someone who has done this before to guide you through

All done, thanks to @hoo

haak@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki wikidatawiki --new-data-type external-id --property-id P1461
Successfully updated the property data type to external-id.
haak@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki wikidatawiki --new-data-type external-id --property-id P1815
Successfully updated the property data type to external-id.
haak@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki wikidatawiki --new-data-type external-id --property-id P2410
Successfully updated the property data type to external-id.
haak@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki wikidatawiki --new-data-type external-id --property-id P10464
Successfully updated the property data type to external-id.
haak@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki wikidatawiki --new-data-type external-id --property-id P10502
Successfully updated the property data type to external-id.
haak@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki wikidatawiki --new-data-type external-id --property-id P6280
Successfully updated the property data type to external-id.
haak@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki wikidatawiki --new-data-type external-id --property-id P5910
Successfully updated the property data type to external-id.
haak@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki wikidatawiki --new-data-type external-id --property-id P5878
Successfully updated the property data type to external-id.
Arian_Bozorg subscribed.

Looks good to me!

Thanks so much for this :)