OpenMetadata/bootstrap/sql/migrations/native/1.7.0/postgres/postDataMigrationSQLScript.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
121 B
MySQL
Raw Normal View History

UPDATE test_case
SET json = json || jsonb_build_object('createdBy', json->>'updatedBy')
WHERE json->>'createdBy' IS NULL;