Skip to content

Commit

Permalink
Merge pull request #280 from zhu327/feat_sql
Browse files Browse the repository at this point in the history
feat: optimize performance by adding indexes
  • Loading branch information
zhu327 authored Dec 19, 2023
2 parents 5b561bf + 2a9f579 commit 773bf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/support-files/sql/0032_iam_20231214-1600_mysql.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX `idx_subject_role_type` ON `bkiam`.`subject_role` (`subject_pk`,`role_type`);

0 comments on commit 773bf00

Please sign in to comment.