mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
return value with runcate to work woth migration call
This commit is contained in:
parent
64ecf03841
commit
e9b5f33949
@ -22,6 +22,7 @@ class AppTable extends Table
|
||||
$this->getConnection()->query($truncateCommand);
|
||||
}
|
||||
$this->getConnection()->query('ALTER TABLE ' . $this->getSchema()->name() . ' AUTO_INCREMENT=1');
|
||||
return ['success' => true];
|
||||
}
|
||||
public function saveManyWithErrors($entities)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user