diff --git a/db/zm_update-1.28.102.sql b/db/zm_update-1.28.102.sql index 57b588bfb..d0493c84f 100644 --- a/db/zm_update-1.28.102.sql +++ b/db/zm_update-1.28.102.sql @@ -9,7 +9,7 @@ SET @s = (SELECT IF( AND table_schema = DATABASE() AND column_name = 'Exif' ) > 0, -"SELECT 'Column Options already exists in Monitors'", +"SELECT 'Column Exif already exists in Monitors'", "ALTER TABLE `Monitors` ADD `Exif` tinyint(1) unsigned NOT NULL default '0' AFTER `WebColour`" ));