Skip to content

Commit

Permalink
fix: name is not unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Apr 1, 2020
1 parent 0e16a2d commit c760890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dravencms/Model/Article/Entities/GroupTranslation.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class GroupTranslation

/**
* @var string
* @ORM\Column(type="string",length=255,nullable=false,unique=true)
* @ORM\Column(type="string",length=255,nullable=false)
*/
private $name;

Expand Down

0 comments on commit c760890

Please sign in to comment.