minor improvement to upgrade script logic
This commit is contained in:
parent
508fa081bf
commit
3b97c757b7
@ -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';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user