Skip to content

Commit 080969e

Browse files
authored
fix for failing check unrelated to this PR
1 parent 61f68ff commit 080969e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/settings/experimental-settings.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WITH
1111
format('[{}](/operations/settings/settings#{})', name, name) AS Name,
1212
format('`{}`', default) AS Default
1313
FROM system.settings
14-
WHERE tier = 'Experimental' AND alias_for='' AND name NOT LIKE 'allow_experimental_inverted_index'
14+
WHERE tier = 'Experimental' AND alias_for=''
1515
),
1616
experimental_mergetree_settings AS
1717
(

0 commit comments

Comments
 (0)