Skip to content

Commit 53b3c2b

Browse files
committed
Remove allow_experimental_object_type
1 parent 840f504 commit 53b3c2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/webapp/app/services/queryService.server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ function getDefaultClickhouseSettings(): ClickHouseSettings {
4949
),
5050

5151
// Safety settings
52-
allow_experimental_object_type: 1,
5352
format_csv_allow_double_quotes: 0,
5453
readonly: "1", // Ensure queries are read-only
5554
};

0 commit comments

Comments
 (0)