Skip to content

Commit

Permalink
Update administrator/components/com_admin/sql/updates/mysql/3.9.6-201…
Browse files Browse the repository at this point in the history
…9-04-15.sql


thanks @Quy

Co-Authored-By: alikon <optimus4joomla@gmail.com>
  • Loading branch information
Quy and alikon committed Apr 16, 2019
1 parent d8941e3 commit 744dfb5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,3 +1,3 @@
ALTER TABLE `#__template_styles` DROP INDEX `idx_home`;
ALTER TABLE `#__template_styles` MODIFY `home` tinyint(1) unsigned DEFAULT 0;
ALTER TABLE `#__template_styles` ADD INDEX `idx_home` ( `home` );
ALTER TABLE `#__template_styles` ADD INDEX `idx_home` (`home`);

0 comments on commit 744dfb5

Please sign in to comment.