From bfba16b87c87064f012441dfd56faed365c54bc7 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 17 Sep 2015 15:16:05 -0400 Subject: [PATCH] Fix message if Exif already exists --- db/zm_update-1.28.102.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`" ));