Skip to content

Commit

Permalink
Fixes for working with the installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
pijulius committed Oct 15, 2011
1 parent 1883e7a commit 03379f4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jCore.sql
Expand Up @@ -1480,10 +1480,9 @@ ALTER TABLE `usergroups` ADD `Priority` SMALLINT UNSIGNED NOT NULL DEFAULT '0',
ADD INDEX ( `Priority` ) ;

ALTER TABLE `dynamicforms` ADD `StorageDirectory` VARCHAR( 100 ) NOT NULL DEFAULT '' AFTER `LocaleFile` ,
ADD `ProtectedStorage` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `StorageDirectory`;
ADD `ProtectedStorage` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `StorageDirectory`;

INSERT INTO `settings` (`ID`, `Value`, `TypeID`, `OrderID`)
VALUES (
'HTML_Emails', '', '3', '7'
);
VALUES
('HTML_Emails', '', '3', '7');

0 comments on commit 03379f4

Please sign in to comment.