Skip to content

Commit 11bbe45

Browse files
authored
Merge pull request #4592 from ClickHouse/Blargian-patch-969026
Functions: start generating ULID functions
2 parents 8937845 + d2e8722 commit 11bbe45

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
@@ -268,6 +268,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
268268
"Other"
269269
"Time Window"
270270
"Tuple"
271+
"ULID"
271272
"URL"
272273
"UUID"
273274
)
@@ -384,6 +385,7 @@ insert_src_files=(
384385
"other-functions.md"
385386
"time_window-functions.md"
386387
"tuple-functions.md"
388+
"ulid-functions.md"
387389
"url-functions.md"
388390
"uuid-functions.md"
389391
)
@@ -416,6 +418,7 @@ insert_dest_files=(
416418
"docs/sql-reference/functions/other-functions.md"
417419
"docs/sql-reference/functions/time-window-functions.md"
418420
"docs/sql-reference/functions/tuple-functions.md"
421+
"docs/sql-reference/functions/ulid-functions.md"
419422
"docs/sql-reference/functions/url-functions.md"
420423
"docs/sql-reference/functions/uuid-functions.md"
421424
)

0 commit comments

Comments
 (0)