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 @@ -264,6 +264,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
264264 " Financial"
265265 " Null"
266266 " Encryption"
267+ " Hash"
267268 )
268269
269270 for CATEGORY in " ${FUNCTION_CATEGORIES[@]} " ; do
@@ -372,6 +373,7 @@ insert_src_files=(
372373 " financial-functions.md"
373374 " null-functions.md"
374375 " encryption-functions.md"
376+ " hash-functions.md"
375377)
376378
377379insert_dest_files=(
@@ -388,6 +390,7 @@ insert_dest_files=(
388390 " docs/sql-reference/functions/financial-functions.md"
389391 " docs/sql-reference/functions/functions-for-nulls.md"
390392 " docs/sql-reference/functions/encryption-functions.md"
393+ " docs/sql-reference/functions/hash-functions.md"
391394)
392395
393396echo " [$SCRIPT_NAME ] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
You can’t perform that action at this time.
0 commit comments