mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-12 19:08:00 -04:00
Fix AlarmEndCommand => EventEndCommand
This commit is contained in:
@@ -7,7 +7,7 @@ SET @s = (SELECT IF(
|
||||
FROM INFORMATION_SCHEMA.COLUMNS
|
||||
WHERE table_name = 'Monitors'
|
||||
AND table_schema = DATABASE()
|
||||
AND column_name = 'AlarmEndCommand'
|
||||
AND column_name = 'EventEndCommand'
|
||||
) > 0,
|
||||
"SELECT 'Column EventEndCommand already exists in Monitors'",
|
||||
"ALTER TABLE `Monitors` ADD COLUMN `EventEndCommand` VARCHAR(255) NOT NULL DEFAULT '' AFTER `Triggers`"
|
||||
|
||||
Reference in New Issue
Block a user