Skip to content

Commit c9c03f0

Browse files
authored
Merge branch 'main' into Blargian-patch-965414
2 parents 9dda83d + d60d4e1 commit c9c03f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/settings/autogenerate-settings.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
273273
"Natural Language Processing"
274274
"Rounding"
275275
"String Search"
276+
"Time Series"
276277
)
277278

278279
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
@@ -390,6 +391,7 @@ insert_src_files=(
390391
"natural_language_processing-functions.md"
391392
"rounding-functions.md"
392393
"string_search-functions.md"
394+
"time_series-functions.md"
393395
)
394396

395397
insert_dest_files=(
@@ -415,6 +417,7 @@ insert_dest_files=(
415417
"docs/sql-reference/functions/nlp-functions.md"
416418
"docs/sql-reference/functions/rounding-functions.md"
417419
"docs/sql-reference/functions/string-search-functions.md"
420+
"docs/sql-reference/functions/time-series-functions.md"
418421
)
419422

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

0 commit comments

Comments
 (0)