Skip to content

Commit

Permalink
Merge remote-tracking branch 'magento-l3/ACP2E-11' into L3_PR_21-09-30
Browse files Browse the repository at this point in the history
  • Loading branch information
veloraven committed Oct 12, 2021
2 parents 7719519 + d9cb16f commit 9d8a761
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/code/Magento/Integration/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
<index referenceId="OAUTH_TOKEN_CONSUMER_ID" indexType="btree">
<column name="consumer_id"/>
</index>
<index referenceId="OAUTH_TOKEN_CREATED_AT" indexType="btree">
<column name="created_at"/>
</index>
</table>
<table name="oauth_nonce" resource="default" engine="innodb" comment="OAuth Nonce">
<column xsi:type="varchar" name="nonce" nullable="false" length="32" comment="Nonce String"/>
Expand Down
3 changes: 2 additions & 1 deletion app/code/Magento/Integration/etc/db_schema_whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"created_at": true
},
"index": {
"OAUTH_TOKEN_CONSUMER_ID": true
"OAUTH_TOKEN_CONSUMER_ID": true,
"OAUTH_TOKEN_CREATED_AT": true
},
"constraint": {
"PRIMARY": true,
Expand Down

0 comments on commit 9d8a761

Please sign in to comment.