Skip to content

Commit 0c552ce

Browse files
committed
Fix another failing tests - ForeignKeyColumnNameTest::testIndexForColumnWithCustomName
1 parent 07b00b1 commit 0c552ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/specs/fk_col_name_index/app/migrations_mysql_db/m200000_000001_create_table_users.php renamed to tests/specs/fk_col_name_index/app/migrations_mysql_db/m200000_000000_create_table_users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Table for User
55
*/
6-
class m200000_000001_create_table_users extends \yii\db\Migration
6+
class m200000_000000_create_table_users extends \yii\db\Migration
77
{
88
public function up()
99
{

tests/specs/fk_col_name_index/app/migrations_mysql_db/m200000_000000_create_table_deliveries.php renamed to tests/specs/fk_col_name_index/app/migrations_mysql_db/m200000_000001_create_table_deliveries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Table for Delivery
55
*/
6-
class m200000_000000_create_table_deliveries extends \yii\db\Migration
6+
class m200000_000001_create_table_deliveries extends \yii\db\Migration
77
{
88
public function up()
99
{

0 commit comments

Comments
 (0)