mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Added an database migration to improve the log schema.
This commit is contained in:
parent
3178dcbb6c
commit
d5f018a738
3 changed files with 45 additions and 2 deletions
|
@ -115,7 +115,7 @@ abstract class AbstractLogEntry extends DBElement
|
|||
|
||||
/** @var User $user The user which has caused this log entry
|
||||
* @ORM\ManyToOne(targetEntity="App\Entity\UserSystem\User")
|
||||
* @ORM\JoinColumn(name="id_user")
|
||||
* @ORM\JoinColumn(name="id_user", nullable=false)
|
||||
*/
|
||||
protected $user;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue