Skip to content

Commit

Permalink
ACP2E-11: Requesting create customer token is taking very long time
Browse files Browse the repository at this point in the history
- correct referenceId
  • Loading branch information
o-dubovyk committed Sep 21, 2021
1 parent fcce0ff commit d9cb16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Integration/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<index referenceId="OAUTH_TOKEN_CONSUMER_ID" indexType="btree">
<column name="consumer_id"/>
</index>
<index referenceId="OAUTH_TOKEN_CREATED_AT_TYPE" indexType="btree">
<index referenceId="OAUTH_TOKEN_CREATED_AT" indexType="btree">
<column name="created_at"/>
</index>
</table>
Expand Down

0 comments on commit d9cb16f

Please sign in to comment.