mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-25 18:30:00 +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; |