8 lines
165 B
SQL

-- Add runtime: enabled for AutoPilot
UPDATE apps_marketplace
SET json = JSON_SET(
json,
'$.runtime.enabled',
true
)
WHERE name = 'AutoPilotApplication';