mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-23 07:37:26 +01:00
Added an database migration to improve the log schema.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user