File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
267267 " Time Series"
268268 " Other"
269269 " Time Window"
270+ " String Replacement"
270271 " String"
271272 " Tuple"
272273 " ULID"
@@ -385,6 +386,7 @@ insert_src_files=(
385386 " time_series-functions.md"
386387 " other-functions.md"
387388 " time_window-functions.md"
389+ " string_replacement-functions.md"
388390 " string-functions.md"
389391 " tuple-functions.md"
390392 " ulid-functions.md"
@@ -419,6 +421,7 @@ insert_dest_files=(
419421 " docs/sql-reference/functions/time-series-functions.md"
420422 " docs/sql-reference/functions/other-functions.md"
421423 " docs/sql-reference/functions/time-window-functions.md"
424+ " docs/sql-reference/functions/string-replace-functions.md"
422425 " docs/sql-reference/functions/string-functions.md"
423426 " docs/sql-reference/functions/tuple-functions.md"
424427 " docs/sql-reference/functions/ulid-functions.md"
You can’t perform that action at this time.
0 commit comments