We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcce0ff commit d9cb16fCopy full SHA for d9cb16f
app/code/Magento/Integration/etc/db_schema.xml
@@ -74,7 +74,7 @@
74
<index referenceId="OAUTH_TOKEN_CONSUMER_ID" indexType="btree">
75
<column name="consumer_id"/>
76
</index>
77
- <index referenceId="OAUTH_TOKEN_CREATED_AT_TYPE" indexType="btree">
+ <index referenceId="OAUTH_TOKEN_CREATED_AT" indexType="btree">
78
<column name="created_at"/>
79
80
</table>
0 commit comments