forked from techjoomla/com_tjfields
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task techjoomla#286 feat: Add indexes in tjfields_fields_value table …
…on content_id and field_id column
- Loading branch information
1 parent
be83daa
commit 176c081
Showing
3 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ALTER TABLE `#__tjfields_fields` MODIFY `description` TEXT NOT NULL; | ||
|
||
|
||
ALTER TABLE `#__tjfields_fields_value` ADD INDEX(`field_id`); | ||
ALTER TABLE `#__tjfields_fields_value` ADD INDEX(`content_id`); |