8000 added missing function · jsxtech/arangodb@bc15636 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc15636

Browse files
committed
added missing function
1 parent b29c437 commit bc15636

File tree

1 file changed

+1
-1
lines changed
  • js/apps/system/_admin/aardvark/APP/frontend/src

1 file changed

+1
-1
lines changed

js/apps/system/_admin/aardvark/APP/frontend/src/mode-aql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ var AqlHighlightRules = function() {
106106
"date_minute|date_second|date_millisecond|date_dayofyear|date_isoweek|date_leapyear|date_quarter|date_days_in_month|" +
107107
"date_add|date_subtract|date_diff|date_compare|date_format|fail|passthru|sleep|not_null|" +
108108
"first_list|first_document|parse_identifier|current_user|current_database|" +
109-
"collections|document|union|union_distinct|intersection|flatten|" +
109+
"collections|document|union|union_distinct|intersection|flatten|is_same_collection|" +
110110
"ltrim|rtrim|find_first|find_last|split|substitute|md5|sha1|random_token|AQL_LAST_ENTRY)"
111111
);
112112

0 commit comments

Comments
 (0)
0