|
|
@ -145,7 +145,7 @@ class DbFixtureManager extends Component |
|
|
|
throw new InvalidConfigException("Table does not exist: $tableName"); |
|
|
|
throw new InvalidConfigException("Table does not exist: $tableName"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$this->db->createCommand()->truncateTable($tableName); |
|
|
|
$this->db->createCommand()->truncateTable($tableName)->execute(); |
|
|
|
|
|
|
|
|
|
|
|
$fileName = $this->basePath . '/' . $tableName . '.php'; |
|
|
|
$fileName = $this->basePath . '/' . $tableName . '.php'; |
|
|
|
if (!is_file($fileName)) { |
|
|
|
if (!is_file($fileName)) { |
|
|
|