Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerwizard committed Dec 27, 2024
1 parent 8bea73d commit d7fa438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ FormatFactorySettingsDeclaration.h
FormatFactorySettings.h
Settings.cpp

.vscode
.vscode
2 changes: 1 addition & 1 deletion scripts/settings/autogenerate-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ settings_from_cpp AS
main_content AS
(
SELECT format('## {} {}\\n{}\\n\\nType: {}\\n\\nDefault value: {}\\n\\n{}\\n\\n',
name, '{#'||name||'}', multiIf(tier == 'Experimental', '<ExperimentalBadge/>', tier == 'Beta', '<BetaBadge/>', ''), type, default, trim(BOTH '\\n' FROM description))
name, '{#'||name||'}', multiIf(tier == 'Experimental', '<ExperimentalBadge/>', tier == 'Beta', '<BetaBadge/>', ''), type, default, replaceOne(trim(BOTH '\\n' FROM description), ' and [MaterializedMySQL](../../engines/database-engines/materialized-mysql.md)',''))
FROM system.settings WHERE name IN settings_from_cpp
ORDER BY name
),
Expand Down

0 comments on commit d7fa438

Please sign in to comment.