Skip to content

Commit 63bc05d

Browse files
committed
Adjusted tests
1 parent 518f28d commit 63bc05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Propel/Tests/Generator/Platform/MysqlPlatformMigrationMyISAMTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function testGetModifyTableDDL($tableDiff)
131131
132132
CHANGE `bar` `bar1` INTEGER,
133133
134-
CHANGE `baz` `baz` VARCHAR(12),
134+
CHANGE `baz` `baz` VARCHAR(12) DEFAULT 'pdf;jpg;png;doc;docx;xls;xlsx;txt',
135135
136136
ADD `baz3` TEXT AFTER `baz`;
137137

0 commit comments

Comments
 (0)