Skip to content

Commit cc9d2a1

Browse files
vid277cdxker
authored andcommitted
cleanup: use json format for server config query
1 parent a45c049 commit cc9d2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/operators/organization_operator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ pub async fn update_all_org_dataset_configs_query(
10051005
.iter()
10061006
.map(|(key, value)| {
10071007
format!(
1008-
"server_configuration::jsonb->>'{}' = '{}'",
1008+
"server_configuration::json->>'{}' = '{}'",
10091009
key,
10101010
value.as_str().unwrap().replace('\'', "''")
10111011
)

0 commit comments

Comments
 (0)