mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
3 lines
No EOL
115 B
SQL
3 lines
No EOL
115 B
SQL
UPDATE test_case
|
|
SET json = json_set(json, '$.createdBy', json->>'$.updatedBy')
|
|
WHERE json->>'$.createdBy' IS NULL; |