Skip to content

Commit 9b99850

Browse files
committed
MAGETWO-95595: Index names are ignored by declarative schema
- test disable index
1 parent 170caeb commit 9b99850

File tree

1 file changed

+0
-3
lines changed
  • dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule1/etc

1 file changed

+0
-3
lines changed

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule1/etc/db_schema.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,5 @@
6565
<column name="tinyint"/>
6666
<column name="bigint"/>
6767
</index>
68-
<index referenceId="TEST_TABLE_INDEX_VARCHAR" indexType="btree">
69-
<column name="varchar"/>
70-
</index>
7168
</table>
7269
</schema>

0 commit comments

Comments
 (0)