Skip to content

Commit

Permalink
Change security image background/textcolor to a color input type in t…
Browse files Browse the repository at this point in the history
…he globall settings table.
  • Loading branch information
pijulius committed Mar 8, 2011
1 parent 0e63e21 commit efc296e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jCore.sql
Expand Up @@ -1264,3 +1264,6 @@ ADD `AutoResponseMessage` MEDIUMTEXT NULL DEFAULT NULL AFTER `AutoResponseSubj

ALTER TABLE `dynamicforms` ADD INDEX ( `FormID` );
ALTER TABLE `modules` ADD INDEX ( `Name` );

UPDATE `settings` SET `TypeID` = '10' WHERE `ID` = 'Security_Image_Foreground_Color';
UPDATE `settings` SET `TypeID` = '10' WHERE `ID` = 'Security_Image_Background_Color';

0 comments on commit efc296e

Please sign in to comment.