Skip to content

Commit c3822da

Browse files
authored
Autogenerate IP address functions
1 parent 293713f commit c3822da

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
@@ -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

381383
insert_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

399402
echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"

0 commit comments

Comments
 (0)