forked from mirror/Part-DB.Part-DB-server
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