tweak typo perfomance -> performance

This commit is contained in:
aoki ken 2018-06-26 13:42:50 +09:00 committed by GitHub
parent a1203409aa
commit 2a19badae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ CREATE TABLE aros (
PRIMARY KEY (id) 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_lft_rght ON `acos` (`lft`, `rght`);
CREATE INDEX idx_acos_alias ON `acos` (`alias`); CREATE INDEX idx_acos_alias ON `acos` (`alias`);