Skip to content

Commit

Permalink
Merge pull request #919 from amvanbaren/fix-person-id
Browse files Browse the repository at this point in the history
Trim quotes from eclipse_person_id
  • Loading branch information
amvanbaren authored May 17, 2024
2 parents b39116c + f9c6c12 commit e388b7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE user_data SET eclipse_person_id = TRIM('"' FROM eclipse_person_id) WHERE eclipse_person_id LIKE '"%"';

0 comments on commit e388b7e

Please sign in to comment.