minor improvement to upgrade script logic

This commit is contained in:
dshvaika 2025-05-23 14:14:42 +03:00
parent 508fa081bf
commit 3b97c757b7

View File

@ -36,6 +36,9 @@ SET profile_data = jsonb_set(
profile_data -> 'configuration' -> 'cassandraQueryTenantRateLimitsConfiguration' profile_data -> 'configuration' -> 'cassandraQueryTenantRateLimitsConfiguration'
) )
END, END,
'{}'::jsonb) '{}'::jsonb
) )
); )
)
WHERE profile_data -> 'configuration' ? 'cassandraQueryTenantRateLimitsConfiguration';