Skip to content

Commit

Permalink
Update zm_update-1.28.99.sql
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Andrew Bauer committed Jun 30, 2015
1 parent 3ee4817 commit a738011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/zm_update-1.28.99.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a738011

Please sign in to comment.