Skip to content

Commit 504ce41

Browse files
committed
cleanup: use json format for server config query
1 parent 517bcc1 commit 504ce41

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
@@ -1003,7 +1003,7 @@ pub async fn update_all_org_dataset_configs_query(
10031003
.iter()
10041004
.map(|(key, value)| {
10051005
format!(
1006-
"server_configuration::jsonb->>'{}' = '{}'",
1006+
"server_configuration::json->>'{}' = '{}'",
10071007
key,
10081008
value.as_str().unwrap().replace('\'', "''")
10091009
)

0 commit comments

Comments
 (0)