Commit ebcc1a69 by Qiang Xue

Merge pull request #1450 from Haensel/execute-checkintegrity

added execute() command after checkIntegrity
parents 312aa895 ed85ae33
......@@ -214,7 +214,7 @@ class DbFixtureManager extends Component
public function checkIntegrity($check)
{
foreach ($this->schemas as $schema) {
$this->db->createCommand()->checkIntegrity($check, $schema);
$this->db->createCommand()->checkIntegrity($check, $schema)->execute();
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment