We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45c049 commit cc9d2a1Copy full SHA for cc9d2a1
server/src/operators/organization_operator.rs
@@ -1005,7 +1005,7 @@ pub async fn update_all_org_dataset_configs_query(
1005
.iter()
1006
.map(|(key, value)| {
1007
format!(
1008
- "server_configuration::jsonb->>'{}' = '{}'",
+ "server_configuration::json->>'{}' = '{}'",
1009
key,
1010
value.as_str().unwrap().replace('\'', "''")
1011
)
0 commit comments