diff --git a/community_server/src/Model/Table/AppTable.php b/community_server/src/Model/Table/AppTable.php index 138a7f949..a0758c97a 100644 --- a/community_server/src/Model/Table/AppTable.php +++ b/community_server/src/Model/Table/AppTable.php @@ -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) {