mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Started to work on an import possibility for Partkeepr databases
This commit is contained in:
parent
0550c045c7
commit
fce32e70b9
7 changed files with 9365 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue