Renamed devices table to projects to have the same name as the entities.

This commit is contained in:
Jan Böhmer 2023-01-08 18:01:56 +01:00
parent fb0c604edd
commit 79db46b8e6
4 changed files with 82 additions and 50 deletions

View file

@ -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
{