diff --git a/bootstrap/sql/migrations/native/1.7.1/postgres/schemaChanges.sql b/bootstrap/sql/migrations/native/1.7.1/postgres/schemaChanges.sql index 5f145cfdc80..6c8e063ffac 100644 --- a/bootstrap/sql/migrations/native/1.7.1/postgres/schemaChanges.sql +++ b/bootstrap/sql/migrations/native/1.7.1/postgres/schemaChanges.sql @@ -26,8 +26,8 @@ SET json = jsonb_set( (json->'connection'->'config') - 'siteUrl' - 'apiVersion' - 'env' ) WHERE serviceType = 'Tableau' - AND json ? 'connection' - AND json->'connection' ? 'config'; + AND json ?? 'connection' + AND json->'connection' ?? 'config'; -- Add runtime: enabled for AutoPilot UPDATE apps_marketplace