mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-14 12:06:54 +00:00
8 lines
165 B
SQL
8 lines
165 B
SQL
-- Add runtime: enabled for AutoPilot
|
|
UPDATE apps_marketplace
|
|
SET json = JSON_SET(
|
|
json,
|
|
'$.runtime.enabled',
|
|
true
|
|
)
|
|
WHERE name = 'AutoPilotApplication'; |