mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-10 02:28:22 +00:00
8 lines
166 B
SQL
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'; |