Monitor->Frames, since we are updating Frames

This commit is contained in:
Isaac Connor 2015-11-11 16:43:57 -05:00
parent ab7aa392f4
commit 5e70146b0e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ SET @s = (SELECT IF(
AND table_schema = DATABASE()
AND column_name = 'Id'
) > 0,
"SELECT 'Column ID already exists in Monitors'",
"SELECT 'Column ID already exists in Frames'",
"ALTER TABLE `Frames` ADD COLUMN `Id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT FIRST, DROP PRIMARY KEY, ADD PRIMARY KEY(`Id`)"
));