Skip to content

Commit 07b00b1

Browse files
committed
Fix another failing tests - ForeignKeyColumnNameTest::testIndex
1 parent ad7b022 commit 07b00b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/specs/fk_col_name/app/migrations_mysql_db/m200000_000001_create_table_users.php renamed to tests/specs/fk_col_name/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/app/migrations_mysql_db/m200000_000000_create_table_deliveries.php renamed to tests/specs/fk_col_name/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)