Skip to content

Commit

Permalink
set readonly=1
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Oct 25, 2023
1 parent a6986ef commit c8e3d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clickhouse/createClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const client = createClient({
...config,
clickhouse_settings: {
allow_experimental_object_type: 1,
readonly: "1",
},
application: APP_NAME,
})
Expand Down

0 comments on commit c8e3d11

Please sign in to comment.