Fix a typo error in sql file
This commit is contained in:
parent
74bd2d9ab9
commit
2ccb378e2d
|
@ -33,6 +33,7 @@ SET @s = (SELECT IF(
|
||||||
) > 0,
|
) > 0,
|
||||||
"SELECT 'Column AnalysisUpdateDelay exists in Monitors'",
|
"SELECT 'Column AnalysisUpdateDelay exists in Monitors'",
|
||||||
"ALTER TABLE Monitors ADD `AnalysisUpdateDelay` smallint(5) unsigned not null default 0 AFTER `AnalysisFPS`"
|
"ALTER TABLE Monitors ADD `AnalysisUpdateDelay` smallint(5) unsigned not null default 0 AFTER `AnalysisFPS`"
|
||||||
|
));
|
||||||
|
|
||||||
PREPARE stmt FROM @s;
|
PREPARE stmt FROM @s;
|
||||||
EXECUTE stmt;
|
EXECUTE stmt;
|
||||||
|
|
Loading…
Reference in New Issue