Skip to content

Commit

Permalink
Update libraries/src/Schema/ChangeItem/MysqlChangeItem.php
Browse files Browse the repository at this point in the history
Co-Authored-By: Brian Teeman <brian@teeman.net>
  • Loading branch information
wilsonge and brianteeman committed Apr 8, 2020
1 parent 36bc132 commit 587564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Schema/ChangeItem/MysqlChangeItem.php
Expand Up @@ -160,7 +160,7 @@ protected function buildCheckQuery()
// We can only check for foreign keys IF we are a root user. So check for it
if (strpos($userGrantResult, 'GRANT ALL PRIVILEGES ON *.*') === false)
{
// We don't have permissions to make the check. Mark it as skipped.
// We don't have permission to make the check. Mark it as skipped.
$result = false;
}
else
Expand Down

0 comments on commit 587564d

Please sign in to comment.