Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
ALTER TABLE apps_extension_time_series ADD COLUMN appName VARCHAR(256) GENERATED ALWAYS AS (json ->> 'appName') STORED NOT NULL;