Skip to content

Commit

Permalink
tweak typo perfomance -> performance
Browse files Browse the repository at this point in the history
  • Loading branch information
aokiken committed Jun 26, 2018
1 parent a120340 commit 2a19bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/Schema/db_acl.sql
Expand Up @@ -40,7 +40,7 @@ CREATE TABLE aros (
PRIMARY KEY (id)
);

/* this indexes will improve acl perfomance */
/* this indexes will improve acl performance */
CREATE INDEX idx_acos_lft_rght ON `acos` (`lft`, `rght`);

CREATE INDEX idx_acos_alias ON `acos` (`alias`);
Expand Down

0 comments on commit 2a19bad

Please sign in to comment.