mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-05 08:05:28 +00:00
3 lines
201 B
SQL
3 lines
201 B
SQL
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; |