Update zm_update-1.28.99.sql

typo
This commit is contained in:
Andrew Bauer 2015-06-30 10:33:09 -05:00
parent 3ee481771a
commit a738011c04
1 changed files with 2 additions and 2 deletions

View File

@ -342,8 +342,8 @@ SET @s = (SELECT IF(
PREPARE stmt FROM @s;
EXECUTE stmt;
--- The States table will be updated to have a new column called IsActive
--- used to keep track of which custom state is active (if any)
-- The States table will be updated to have a new column called IsActive
-- used to keep track of which custom state is active (if any)
SET @s = (SELECT IF(
(SELECT COUNT(*)
FROM INFORMATION_SCHEMA.COLUMNS