Skip to content

Commit b6d3be2

Browse files
authored
Start generating string search functions
1 parent 733daf5 commit b6d3be2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/settings/autogenerate-settings.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ insert_src_files=(
388388
"mathematical-functions.md"
389389
"natural_language_processing-functions.md"
390390
"rounding-functions.md"
391+
"string_search-functions.md"
391392
)
392393

393394
insert_dest_files=(
@@ -412,6 +413,7 @@ insert_dest_files=(
412413
"docs/sql-reference/functions/math-functions.md"
413414
"docs/sql-reference/functions/nlp-functions.md"
414415
"docs/sql-reference/functions/rounding-functions.md"
416+
"docs/sql-reference/functions/string-search-functions.md"
415417
)
416418

417419
echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"

0 commit comments

Comments
 (0)