8 lines
166 B
SQL

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