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