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 @@ -267,6 +267,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
267267 " Hash"
268268 " Introspection"
269269 " JSON"
270+ " Logical"
270271 )
271272
272273 for CATEGORY in " ${FUNCTION_CATEGORIES[@]} " ; do
@@ -378,6 +379,7 @@ insert_src_files=(
378379 " hash-functions.md"
379380 " introspection-functions.md"
380381 " json-functions.md"
382+ " logical-functions.md"
381383)
382384
383385insert_dest_files=(
@@ -397,6 +399,7 @@ insert_dest_files=(
397399 " docs/sql-reference/functions/hash-functions.md"
398400 " docs/sql-reference/functions/introspection.md"
399401 " docs/sql-reference/functions/json-functions.md"
402+ " docs/sql-reference/functions/logical-functions.md"
400403)
401404
402405echo " [$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