UCDavisLibrary / main-wp-website-deployment

Deployment files and commands for library.ucdavis.edu
1 stars 1 forks source link

Update almaid meta from scientific notation #34

Closed spelkey-ucd closed 1 year ago

spelkey-ucd commented 2 years ago

66 of the alma ids for collections were imported as scientific notation, and they should not be.

select post_id,meta_value from wp_postmeta where meta_key='almaRecordId' and meta_value like '%E%'" wordpress

need to do a one-time clean up