Skip to content

Commit d9cb16f

Browse files
committed
ACP2E-11: Requesting create customer token is taking very long time
- correct referenceId
1 parent fcce0ff commit d9cb16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Integration/etc/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<index referenceId="OAUTH_TOKEN_CONSUMER_ID" indexType="btree">
7575
<column name="consumer_id"/>
7676
</index>
77-
<index referenceId="OAUTH_TOKEN_CREATED_AT_TYPE" indexType="btree">
77+
<index referenceId="OAUTH_TOKEN_CREATED_AT" indexType="btree">
7878
<column name="created_at"/>
7979
</index>
8080
</table>

0 commit comments

Comments
 (0)