mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 22:09:48 +08:00
added execute() command after checkIntegrity
This commit is contained in:
@@ -214,7 +214,7 @@ class DbFixtureManager extends Component
|
|||||||
public function checkIntegrity($check)
|
public function checkIntegrity($check)
|
||||||
{
|
{
|
||||||
foreach ($this->schemas as $schema) {
|
foreach ($this->schemas as $schema) {
|
||||||
$this->db->createCommand()->checkIntegrity($check, $schema);
|
$this->db->createCommand()->checkIntegrity($check, $schema)->execute();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user