Skip to content

Commit

Permalink
Temporarily remove userIdentifier
Browse files Browse the repository at this point in the history
It seems that doctrine doesn't apply the naming strategy
to columns in indices
  • Loading branch information
HypeMC committed Apr 10, 2020
1 parent 7eeb932 commit 10b8c91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Resources/config/doctrine/model/AccessToken.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@
<many-to-one field="client" target-entity="Trikoder\Bundle\OAuth2Bundle\Model\Client">
<join-column name="client" referenced-column-name="identifier" nullable="false" on-delete="CASCADE" />
</many-to-one>
<indexes>
<index columns="userIdentifier" />
</indexes>
</entity>
</doctrine-mapping>
3 changes: 0 additions & 3 deletions Resources/config/doctrine/model/AuthorizationCode.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@
<many-to-one field="client" target-entity="Trikoder\Bundle\OAuth2Bundle\Model\Client">
<join-column name="client" referenced-column-name="identifier" nullable="false" />
</many-to-one>
<indexes>
<index columns="userIdentifier" />
</indexes>
</entity>
</doctrine-mapping>

0 comments on commit 10b8c91

Please sign in to comment.