Skip to content

Commit

Permalink
Remove audit_event index
Browse files Browse the repository at this point in the history
  • Loading branch information
avdev4j committed Jul 3, 2020
1 parent 6d4e4d1 commit 10ae425
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ CREATE INDEX token_date ON `${bucket}`(tokenDate)
<%_ } _%>

-- build indexes asynchronously
BUILD INDEX ON `${bucket}`(type<% if (!skipUserManagement) { %>, user_mail, audit_event<% if (authenticationType === 'session') { %>, token_login, token_date<% } %><% } %>);
BUILD INDEX ON `${bucket}`(type<% if (!skipUserManagement) { %>, user_mail<% if (authenticationType === 'session') { %>, token_login, token_date<% } %><% } %>);

0 comments on commit 10ae425

Please sign in to comment.