Page MenuHomePhabricator

Convert some properties string->external ID
Closed, ResolvedPublic

Description

By request from the community, we are kindly asked to convert the following properties from string to external-id:

  • Regensburg Classification (P1150)
  • Z39.5 abbreviation (P1161)
  • Bluebook abbreviation (P1162)
  • Index Herbariorum code (P5858)
  • Dewey Decimal Classification (P1036)
  • Library of Congress Classification (P1149)
  • Universal Decimal Classification (P1190)

Event Timeline

Addshore subscribed.

@Lydia_Pintscher can you confirm you sign off on all of the properties in the description?

Ladsgroup subscribed.
ladsgroup@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki=wikidatawiki --property-id P1150 --new-data-type external-id
Successfully updated the property data type to external-id.
ladsgroup@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki=wikidatawiki --property-id P1161 --new-data-type external-id
Successfully updated the property data type to external-id.
ladsgroup@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki=wikidatawiki --property-id P1162 --new-data-type external-id
Successfully updated the property data type to external-id.
ladsgroup@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki=wikidatawiki --property-id P5858 --new-data-type external-id
Successfully updated the property data type to external-id.
ladsgroup@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki=wikidatawiki --property-id P1036 --new-data-type external-id
Successfully updated the property data type to external-id.
ladsgroup@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki=wikidatawiki --property-id P1149 --new-data-type external-id
Successfully updated the property data type to external-id.
ladsgroup@mwmaint1002:~$ mwscript extensions/Wikibase/repo/maintenance/changePropertyDataType.php --wiki=wikidatawiki --property-id P1190 --new-data-type external-id
Successfully updated the property data type to external-id.
ladsgroup@mwmaint1002:~$