Skip to content

Commit

Permalink
add index to update sql file
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytolkachyov committed Aug 29, 2023
1 parent d3647aa commit 3b5936c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com_swjprojects/admin/sql/updates/mysql/1.8.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
* @link https://septdir.com, https://web-tolk.ru
*/

ALTER TABLE `#__swjprojects_projects` ADD `visible` INT(1) NOT NULL DEFAULT 1 COMMENT 'Is project visible or not in frontend' AFTER `hits`;
ALTER TABLE `#__swjprojects_projects` ADD `visible` INT(1) NOT NULL DEFAULT 1 COMMENT 'Is project visible or not in frontend' AFTER `hits`, ADD INDEX `idx_visible` (`visible`);

0 comments on commit 3b5936c

Please sign in to comment.