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.
2 parents bd8b9e5 + 09ca029 commit dd207b7Copy full SHA for dd207b7
app/code/Magento/Integration/etc/db_schema.xml
@@ -88,6 +88,9 @@
88
<column name="nonce"/>
89
<column name="consumer_id"/>
90
</constraint>
91
+ <index name="OAUTH_NONCE_TIMESTAMP" indexType="btree">
92
+ <column name="timestamp"/>
93
+ </index>
94
</table>
95
<table name="integration" resource="default" engine="innodb" comment="integration">
96
<column xsi:type="int" name="integration_id" padding="10" unsigned="true" nullable="false" identity="true"
app/code/Magento/Integration/etc/db_schema_whitelist.json
@@ -56,6 +56,9 @@
56
"constraint": {
57
"OAUTH_NONCE_CONSUMER_ID_OAUTH_CONSUMER_ENTITY_ID": true,
58
"OAUTH_NONCE_NONCE_CONSUMER_ID": true
59
+ },
60
+ "index": {
61
+ "OAUTH_NONCE_TIMESTAMP": true
62
}
63
},
64
"integration": {
0 commit comments