#44 Post mapping fix.

This commit is contained in:
Alexey Skobkin 2018-04-27 17:54:06 +03:00
parent f8dfe4e103
commit 7902f9b3ea
1 changed files with 1 additions and 1 deletions

View File

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