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 74
74
<index referenceId =" OAUTH_TOKEN_CONSUMER_ID" indexType =" btree" >
75
75
<column name =" consumer_id" />
76
76
</index >
77
+ <index referenceId =" OAUTH_TOKEN_CREATED_AT" indexType =" btree" >
78
+ <column name =" created_at" />
79
+ </index >
77
80
</table >
78
81
<table name =" oauth_nonce" resource =" default" engine =" innodb" comment =" OAuth Nonce" >
79
82
<column xsi : type =" varchar" name =" nonce" nullable =" false" length =" 32" comment =" Nonce String" />
Original file line number Diff line number Diff line change 37
37
"created_at" : true
38
38
},
39
39
"index" : {
40
- "OAUTH_TOKEN_CONSUMER_ID" : true
40
+ "OAUTH_TOKEN_CONSUMER_ID" : true ,
41
+ "OAUTH_TOKEN_CREATED_AT" : true
41
42
},
42
43
"constraint" : {
43
44
"PRIMARY" : true ,
You can’t perform that action at this time.
0 commit comments