Skip to content

Commit

Permalink
Trim quotes from eclipse_person_id
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed May 17, 2024
1 parent b39116c commit f9c6c12
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 f9c6c12

Please sign in to comment.