mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-22 06:47:19 +00:00
tweak typo perfomance -> performance
This commit is contained in:
parent
a1203409aa
commit
2a19badae0
1 changed files with 1 additions and 1 deletions
|
@ -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`);
|
||||
|
|
Loading…
Reference in a new issue