Skip to content

Commit e388b7e

Browse files
authored
Merge pull request #919 from amvanbaren/fix-person-id
Trim quotes from eclipse_person_id
2 parents b39116c + f9c6c12 commit e388b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UPDATE user_data SET eclipse_person_id = TRIM('"' FROM eclipse_person_id) WHERE eclipse_person_id LIKE '"%"';

0 commit comments

Comments
 (0)