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 )
270271
271272 for CATEGORY in " ${FUNCTION_CATEGORIES[@]} " ; do
@@ -376,6 +377,7 @@ insert_src_files=(
376377 " encryption-functions.md"
377378 " hash-functions.md"
378379 " introspection-functions.md"
380+ " ip-address-functions.md"
379381)
380382
381383insert_dest_files=(
@@ -394,6 +396,7 @@ insert_dest_files=(
394396 " docs/sql-reference/functions/encryption-functions.md"
395397 " docs/sql-reference/functions/hash-functions.md"
396398 " docs/sql-reference/functions/introspection.md"
399+ " docs/sql-reference/functions/ip-address-functions.md"
397400)
398401
399402echo " [$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