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

8 lines
165 B
MySQL
Raw Normal View History

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