Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
201 B
MySQL
Raw Permalink Normal View History

update field_relationship fr
set fromFQNHASH=MD5(ue.json->>'fullyQualifiedName'),
fromFQN=ue.json->>'fullyQualifiedName' from user_entity ue where fr.fromType='user' and fr.fromFQN=ue.name;