Skip to content

Commit

Permalink
Fix the Claim entity to escape the rank column as it is a MySQL reser…
Browse files Browse the repository at this point in the history
…ved word.
  • Loading branch information
plural committed Jan 27, 2022
1 parent 1462c70 commit 91ba816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AppBundle/Resources/config/doctrine/Claim.orm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ AppBundle\Entity\Claim:
type: string
length: '255'
rank:
column: "`rank`"
type: smallint
participants:
type: smallint
Expand Down

0 comments on commit 91ba816

Please sign in to comment.