Started to work on an import possibility for Partkeepr databases

This commit is contained in:
Jan Böhmer 2023-03-23 01:16:12 +01:00
parent 0550c045c7
commit fce32e70b9
7 changed files with 9365 additions and 1 deletions

View file

@ -179,7 +179,7 @@ class ResetAutoIncrementORMPurger implements PurgerInterface, ORMPurgerInterface
}
// If the table is excluded, skip it as well
if (array_search($tbl, $this->excluded) !== false) {
if (in_array($tbl, $this->excluded, true)) {
continue;
}