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

8 lines
166 B
MySQL
Raw Normal View History

-- Add runtime: enabled for AutoPilot
UPDATE apps_marketplace
SET json = jsonb_set(
json::jsonb,
'{runtime,enabled}',
'true'
)
where name = 'AutoPilotApplication';