#44 Post mapping fix.
This commit is contained in:
parent
f8dfe4e103
commit
7902f9b3ea
|
@ -72,7 +72,7 @@ class Post
|
|||
/**
|
||||
* @var bool Status of point-tools subscription to the post (to receive WS updates)
|
||||
*
|
||||
* @ORM\Column(name="is_subscribed", type="boolean")
|
||||
* @ORM\Column(name="is_subscribed", type="boolean", options={"default": false})
|
||||
*/
|
||||
private $subscribed = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue