ALTER IGNORE TABLE `api_scopes` DROP INDEX `scope`
Can't DROP INDEX `scope`; check that it exists

ALTER IGNORE TABLE `api_scopes` CHANGE `is_active` `is_visible` TINYINT(1) NOT NULL DEFAULT "1" COMMENT "1 = visível, 0 = invisível"
Unknown column 'is_active' in 'api_scopes'