Skip to content

Commit

Permalink
Fixed sync_service being unique by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Vison committed Jan 5, 2018
1 parent 1446225 commit 5bd6958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/SyncMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class SyncMapping
/**
* @var string
*
* @ORM\Column(name="sync_service", type="string", length=255, nullable=false, unique=true)
* @ORM\Column(name="sync_service", type="string", length=255, nullable=false)
*/
private $syncService;

Expand Down

0 comments on commit 5bd6958

Please sign in to comment.