mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 22:45:56 +01:00
Renamed devices table to projects to have the same name as the entities.
This commit is contained in:
@@ -37,7 +37,7 @@ use Symfony\Component\Validator\Context\ExecutionContextInterface;
|
||||
* Class AttachmentType.
|
||||
*
|
||||
* @ORM\Entity(repositoryClass="App\Repository\Parts\DeviceRepository")
|
||||
* @ORM\Table(name="devices")
|
||||
* @ORM\Table(name="projects")
|
||||
*/
|
||||
class Project extends AbstractStructuralDBElement
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user