Skip to content

Commit

Permalink
- fixed issue with misquoting the columns on the unique constraint in…
Browse files Browse the repository at this point in the history
… the Company entity
  • Loading branch information
24198 committed Jun 16, 2020
1 parent 0ac6567 commit bc1af2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Marello/Bundle/CustomerBundle/Entity/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* uniqueConstraints={
* @ORM\UniqueConstraint(
* name="marello_customer_company_compnrorgidx",
* columns={"company_number,organization_id"}
* columns={"company_number","organization_id"}
* )
* }
*
Expand Down

0 comments on commit bc1af2f

Please sign in to comment.