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

1 line
165 B
MySQL
Raw Normal View History

ALTER TABLE ingestion_pipeline_entity ADD COLUMN appType VARCHAR(256) GENERATED ALWAYS AS (json -> 'sourceConfig' -> 'config' -> 'appConfig' ->> 'type') STORED NULL;