Skip to content

Commit 6070770

Browse files
committed
add cgar column to fixtures
1 parent b1d4c72 commit 6070770

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule1/fixture/declarative_installer/column_modification.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
`longtext` longtext,
3737
`mediumtext` mediumtext,
3838
`varchar` varchar(100) DEFAULT NULL,
39+
`char` char(255) DEFAULT NULL,
3940
`mediumblob` mediumblob,
4041
`blob` blob,
4142
`boolean` tinyint(1) DEFAULT \'1\',

dev/tests/setup-integration/_files/Magento/TestSetupDeclarationModule1/fixture/dry_run_log.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
`longtext` longtext NULL ,
3939
`mediumtext` mediumtext NULL ,
4040
`varchar` varchar(254) NULL ,
41+
`char` char(255) NULL ,
4142
`mediumblob` mediumblob NULL ,
4243
`blob` blob NULL ,
4344
`boolean` BOOLEAN NULL ,

0 commit comments

Comments
 (0)