From bd51c0422376473f0d290003853d944468adf8e6 Mon Sep 17 00:00:00 2001 From: PovilasKorop Date: Tue, 9 Nov 2021 11:21:04 +0200 Subject: [PATCH] Fix duplicate migration filenames --- ...s_table.php => 2021_11_09_075914_create_new_users_table.php} | 2 +- ...ble.php => 2021_11_09_083051_create_another_users_table.php} | 2 +- ...ble.php => 2021_11_09_084922_create_new_companies_table.php} | 2 +- ...php => 2021_11_09_090003_create_another_companies_table.php} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename database/migrations/task2/{2021_11_09_075914_create_users_table.php => 2021_11_09_075914_create_new_users_table.php} (94%) rename database/migrations/task5/{2021_11_09_083051_create_users_table.php => 2021_11_09_083051_create_another_users_table.php} (94%) rename database/migrations/task7/{2021_11_09_084922_create_companies_table.php => 2021_11_09_084922_create_new_companies_table.php} (93%) rename database/migrations/task9/{2021_11_09_090003_create_companies_table.php => 2021_11_09_090003_create_another_companies_table.php} (91%) diff --git a/database/migrations/task2/2021_11_09_075914_create_users_table.php b/database/migrations/task2/2021_11_09_075914_create_new_users_table.php similarity index 94% rename from database/migrations/task2/2021_11_09_075914_create_users_table.php rename to database/migrations/task2/2021_11_09_075914_create_new_users_table.php index 621a24e..a81235e 100644 --- a/database/migrations/task2/2021_11_09_075914_create_users_table.php +++ b/database/migrations/task2/2021_11_09_075914_create_new_users_table.php @@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreateUsersTable extends Migration +class CreateNewUsersTable extends Migration { /** * Run the migrations. diff --git a/database/migrations/task5/2021_11_09_083051_create_users_table.php b/database/migrations/task5/2021_11_09_083051_create_another_users_table.php similarity index 94% rename from database/migrations/task5/2021_11_09_083051_create_users_table.php rename to database/migrations/task5/2021_11_09_083051_create_another_users_table.php index 621a24e..4705f0d 100644 --- a/database/migrations/task5/2021_11_09_083051_create_users_table.php +++ b/database/migrations/task5/2021_11_09_083051_create_another_users_table.php @@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreateUsersTable extends Migration +class CreateAnotherUsersTable extends Migration { /** * Run the migrations. diff --git a/database/migrations/task7/2021_11_09_084922_create_companies_table.php b/database/migrations/task7/2021_11_09_084922_create_new_companies_table.php similarity index 93% rename from database/migrations/task7/2021_11_09_084922_create_companies_table.php rename to database/migrations/task7/2021_11_09_084922_create_new_companies_table.php index 5e05207..868a242 100644 --- a/database/migrations/task7/2021_11_09_084922_create_companies_table.php +++ b/database/migrations/task7/2021_11_09_084922_create_new_companies_table.php @@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreateCompaniesTable extends Migration +class CreateNewCompaniesTable extends Migration { /** * Run the migrations. diff --git a/database/migrations/task9/2021_11_09_090003_create_companies_table.php b/database/migrations/task9/2021_11_09_090003_create_another_companies_table.php similarity index 91% rename from database/migrations/task9/2021_11_09_090003_create_companies_table.php rename to database/migrations/task9/2021_11_09_090003_create_another_companies_table.php index 38f1330..9b3dcf0 100644 --- a/database/migrations/task9/2021_11_09_090003_create_companies_table.php +++ b/database/migrations/task9/2021_11_09_090003_create_another_companies_table.php @@ -4,7 +4,7 @@ use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; -class CreateCompaniesTable extends Migration +class CreateAnotherCompaniesTable extends Migration { /** * Run the migrations.