Skip to content

Commit

Permalink
Update SQL_update_template.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
sba committed Oct 18, 2024
1 parent 75bc240 commit 10bf5bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions script/SQL_update_template.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ USE `__DATABASE__`;
#SET params = '{"hue":"hsl(214, 63%, 20%)","bg-light":"#f0f4fb","text-dark":"#495057","text-light":"#ffffff","link-color":"#2a69b8","link-color-dark":"#6fbfdb","special-color":"#001b4c","monochrome":"0","colorScheme":"light","loginLogo":"","loginLogoAlt":"","logoBrandLarge":"","logoBrandLargeAlt":"","logoBrandSmall":"","logoBrandSmallAlt":""}'
#WHERE template = 'atum';


ALTER TABLE #__lupo_agecategories ENGINE=INNODB;
ALTER TABLE #__lupo_categories ENGINE=INNODB;
ALTER TABLE #__lupo_game ENGINE=INNODB;
ALTER TABLE #__lupo_game_documents ENGINE=INNODB;
ALTER TABLE #__lupo_game_editions ENGINE=INNODB;
UPDATE #__guidedtours SET published = '0' WHERE `uid` = 'joomla-whatsnew-5-2';

/* ------------------------------------------------------------------------------------------------------- */

0 comments on commit 10bf5bb

Please sign in to comment.