escape the word Groups
This commit is contained in:
parent
1b5448ede4
commit
4deb3a8d84
|
@ -10,7 +10,7 @@ SET @s = (SELECT IF(
|
||||||
AND column_name = 'ParentId'
|
AND column_name = 'ParentId'
|
||||||
) > 0,
|
) > 0,
|
||||||
"SELECT 'Column GroupId exists in Groups'",
|
"SELECT 'Column GroupId exists in Groups'",
|
||||||
"ALTER TABLE Groups ADD `ParentId` int(10) unsigned AFTER `Name`"
|
"ALTER TABLE `Groups` ADD `ParentId` int(10) unsigned AFTER `Name`"
|
||||||
));
|
));
|
||||||
|
|
||||||
PREPARE stmt FROM @s;
|
PREPARE stmt FROM @s;
|
||||||
|
|
Loading…
Reference in New Issue