Fixed Database Update Script

This commit is contained in:
Andre Lorbach 2010-01-14 10:30:54 +01:00
parent 95aabd9c23
commit 9a41d9e07d
2 changed files with 5 additions and 2 deletions

View File

@ -179,4 +179,5 @@ CREATE TABLE `logcon_savedreports` (
`outputTarget` varchar(64) NOT NULL,
`outputTargetDetails` text NOT NULL,
`scheduleSettings` text NOT NULL,
) ENGINE=MyISAM COMMENT = 'Table to store saved reports';
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT = 'Table to store saved reports' AUTO_INCREMENT=1 ;

View File

@ -11,7 +11,9 @@ CREATE TABLE `logcon_savedreports` (
`outputTarget` varchar(64) NOT NULL,
`outputTargetDetails` text NOT NULL,
`scheduleSettings` text NOT NULL,
) ENGINE=MyISAM COMMENT = 'Table to store saved reports';
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT = 'Table to store saved reports' AUTO_INCREMENT=1 ;
-- Insert data
-- Updated Data