Added an database migration to improve the log schema.

This commit is contained in:
Jan Böhmer 2020-01-26 20:27:37 +01:00
parent 3178dcbb6c
commit d5f018a738
3 changed files with 45 additions and 2 deletions

View file

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