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 @@ -266,6 +266,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
266266 " Encryption"
267267 " Hash"
268268 " Introspection"
269+ " IP Address"
269270 " JSON"
270271 " Logical"
271272 " Mathematical"
@@ -379,6 +380,7 @@ insert_src_files=(
379380 " encryption-functions.md"
380381 " hash-functions.md"
381382 " introspection-functions.md"
383+ " ip_address-functions.md"
382384 " json-functions.md"
383385 " logical-functions.md"
384386 " mathematical-functions.md"
@@ -400,6 +402,7 @@ insert_dest_files=(
400402 " docs/sql-reference/functions/encryption-functions.md"
401403 " docs/sql-reference/functions/hash-functions.md"
402404 " docs/sql-reference/functions/introspection.md"
405+ " docs/sql-reference/functions/ip-address-functions.md"
403406 " docs/sql-reference/functions/json-functions.md"
404407 " docs/sql-reference/functions/logical-functions.md"
405408 " docs/sql-reference/functions/math-functions.md"
You can’t perform that action at this time.
0 commit comments