migration changed, further attempts to fix bug

This commit is contained in:
2021-10-25 17:03:45 +02:00
parent f4b9942f3c
commit 18ca01b0dc
4 changed files with 20 additions and 11 deletions

View File

@@ -6,6 +6,7 @@ use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Entity()
* @ORM\Table(name="chill_person_relations")
*/
class Relation
{