ned to actually remove the MonitorIds column
This commit is contained in:
parent
ef1af9cc15
commit
a867c488e0
|
@ -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;
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue