forked from wallabag/wallabag
Be consistent between migration & schema definition
This commit is contained in:
@ -22,7 +22,7 @@ class Client extends BaseClient
|
||||
/**
|
||||
* @var string
|
||||
*
|
||||
* @ORM\Column(name="name", type="text", nullable=true)
|
||||
* @ORM\Column(name="name", type="text", nullable=false)
|
||||
*/
|
||||
protected $name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user