mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Fixed Database Update Script
This commit is contained in:
parent
95aabd9c23
commit
9a41d9e07d
@ -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 ;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user