mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
Added an menu to show some simple statistics.
This commit is contained in:
parent
15957203af
commit
f79975832a
7 changed files with 454 additions and 4 deletions
|
@ -33,7 +33,7 @@ use LogicException;
|
|||
/**
|
||||
* Class Attachment.
|
||||
*
|
||||
* @ORM\Entity
|
||||
* @ORM\Entity(repositoryClass="App\Repository\AttachmentRepository")
|
||||
* @ORM\Table(name="`attachments`")
|
||||
* @ORM\InheritanceType("SINGLE_TABLE")
|
||||
* @ORM\DiscriminatorColumn(name="class_name", type="string")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue