ned to actually remove the MonitorIds column

This commit is contained in:
Isaac Connor 2017-12-09 14:05:18 -05:00
parent ef1af9cc15
commit a867c488e0
1 changed files with 0 additions and 2 deletions

View File

@ -82,7 +82,6 @@ SET @s = (SELECT IF(
));
PREPARE stmt FROM @s;
EXECUTE stmt;
/*
SET @s = (SELECT IF(
(SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS WHERE table_schema = DATABASE()
AND table_name = 'Groups'
@ -93,4 +92,3 @@ SET @s = (SELECT IF(
));
PREPARE stmt FROM @s;
EXECUTE stmt;
*/