mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-03 23:26:54 +00:00
3 lines
115 B
SQL
3 lines
115 B
SQL
UPDATE test_case
|
|
SET json = json_set(json, '$.createdBy', json->>'$.updatedBy')
|
|
WHERE json->>'$.createdBy' IS NULL; |