Skip to content

Commit

Permalink
change table name from monitors to users
Browse files Browse the repository at this point in the history
  • Loading branch information
knight-of-ni committed Aug 15, 2015
1 parent 36c7d7f commit 461f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/zm_update-1.28.101.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SET @s = (SELECT IF(
AND column_name = 'Groups'
) > 0,
"SELECT 'Column Groups exists in Users'",
"ALTER TABLE Monitors ADD COLUMN `Groups` ENUM('None','View','Edit') NOT NULL DEFAULT 'None' AFTER `Monitors`"
"ALTER TABLE Users ADD COLUMN `Groups` ENUM('None','View','Edit') NOT NULL DEFAULT 'None' AFTER `Monitors`"
));

PREPARE stmt FROM @s;
Expand Down

0 comments on commit 461f810

Please sign in to comment.