From e101aed2d5a25059a6acb044e000caec9893f62b Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 5 May 2016 15:10:30 -0400 Subject: [PATCH] Remove IGNORE keyword, it is invalid --- db/zm_update-1.28.99.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/zm_update-1.28.99.sql b/db/zm_update-1.28.99.sql index 6e1313ba3..5b342a811 100644 --- a/db/zm_update-1.28.99.sql +++ b/db/zm_update-1.28.99.sql @@ -373,7 +373,7 @@ UPDATE States SET IsActive = '1' WHERE Name = 'default'; -- If duplicate states existed while upgrading, that is -- very likely an error that ZM allowed earlier, so -- we are picking up the first one and deleting the others -ALTER IGNORE TABLE States ADD UNIQUE (Name); +ALTER TABLE States ADD UNIQUE (Name); SET @s = (SELECT IF( (SELECT COUNT(*)