Rename table closinmotive

This commit is contained in:
2021-03-30 19:44:48 +02:00
parent 1d6a8987e9
commit a3395895cb
4 changed files with 41 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ use Doctrine\Common\Collections\ArrayCollection;
*
* @ORM\Entity(
* repositoryClass="Chill\PersonBundle\Repository\AccompanyingPeriod\ClosingMotiveRepository")
* @ORM\Table(name="chill_person_closingmotive")
* @ORM\Table(name="chill_person_accompanying_period_closingmotive")
*/
class ClosingMotive
{