Skip to content

Commit

Permalink
Fix another failing tests - ForeignKeyColumnNameTest::testIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
SOHELAHMED7 committed Jun 21, 2024
1 parent ad7b022 commit 07b00b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Table for User
*/
class m200000_000001_create_table_users extends \yii\db\Migration
class m200000_000000_create_table_users extends \yii\db\Migration
{
public function up()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Table for Delivery
*/
class m200000_000000_create_table_deliveries extends \yii\db\Migration
class m200000_000001_create_table_deliveries extends \yii\db\Migration
{
public function up()
{
Expand Down

0 comments on commit 07b00b1

Please sign in to comment.