diff --git a/scripts/settings/autogenerate-settings.sh b/scripts/settings/autogenerate-settings.sh index f31890a2319..51d7c7c920b 100755 --- a/scripts/settings/autogenerate-settings.sh +++ b/scripts/settings/autogenerate-settings.sh @@ -266,6 +266,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then "Encryption" "Hash" "Introspection" + "IP Address" ) for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do @@ -376,6 +377,7 @@ insert_src_files=( "encryption-functions.md" "hash-functions.md" "introspection-functions.md" + "ip-address-functions.md" ) insert_dest_files=( @@ -394,6 +396,7 @@ insert_dest_files=( "docs/sql-reference/functions/encryption-functions.md" "docs/sql-reference/functions/hash-functions.md" "docs/sql-reference/functions/introspection.md" + "docs/sql-reference/functions/ip-address-functions.md" ) echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"