File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
app/code/Magento/Integration/etc Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 7474 <index referenceId =" OAUTH_TOKEN_CONSUMER_ID" indexType =" btree" >
7575 <column name =" consumer_id" />
7676 </index >
77+ <index referenceId =" OAUTH_TOKEN_CREATED_AT" indexType =" btree" >
78+ <column name =" created_at" />
79+ </index >
7780 </table >
7881 <table name =" oauth_nonce" resource =" default" engine =" innodb" comment =" OAuth Nonce" >
7982 <column xsi : type =" varchar" name =" nonce" nullable =" false" length =" 32" comment =" Nonce String" />
Original file line number Diff line number Diff line change 3737 "created_at" : true
3838 },
3939 "index" : {
40- "OAUTH_TOKEN_CONSUMER_ID" : true
40+ "OAUTH_TOKEN_CONSUMER_ID" : true ,
41+ "OAUTH_TOKEN_CREATED_AT" : true
4142 },
4243 "constraint" : {
4344 "PRIMARY" : true ,
You can’t perform that action at this time.
0 commit comments