mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix sf4 minor corrections on Doctrine ORM mapping Entities
This commit is contained in:
parent
3a03d44e9a
commit
208d4b789a
@ -27,7 +27,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|||||||
* CustomField
|
* CustomField
|
||||||
*
|
*
|
||||||
* @ORM\Entity()
|
* @ORM\Entity()
|
||||||
* @ORM\Table(null)
|
* @ORM\Table(name="customfield")
|
||||||
* @ORM\HasLifecycleCallbacks()
|
* @ORM\HasLifecycleCallbacks()
|
||||||
*/
|
*/
|
||||||
class CustomField
|
class CustomField
|
||||||
|
@ -28,7 +28,7 @@ use Doctrine\ORM\Mapping as ORM;
|
|||||||
*
|
*
|
||||||
* @ORM\Entity()
|
* @ORM\Entity()
|
||||||
* @ORM\Table(
|
* @ORM\Table(
|
||||||
* null,
|
* name="customfieldsdefaultgroup",
|
||||||
* uniqueConstraints={@ORM\UniqueConstraint(
|
* uniqueConstraints={@ORM\UniqueConstraint(
|
||||||
* name="unique_entity",
|
* name="unique_entity",
|
||||||
* columns={"entity"}
|
* columns={"entity"}
|
||||||
|
@ -29,7 +29,7 @@ use Doctrine\Common\Collections\Collection;
|
|||||||
* CustomFieldGroup
|
* CustomFieldGroup
|
||||||
*
|
*
|
||||||
* @ORM\Entity()
|
* @ORM\Entity()
|
||||||
* @ORM\Table(null)
|
* @ORM\Table(name="customfieldsdefaultgroup")
|
||||||
*/
|
*/
|
||||||
class CustomFieldsGroup
|
class CustomFieldsGroup
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user