Skip to content

Commit 9270030

Browse files
Change name of migration to fix genealogy projects
1 parent c080271 commit 9270030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migrations/2020_01_01_120000_create_people_table.php renamed to src/migrations/2020_01_01_120000_create_default_people_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Illuminate\Database\Schema\Blueprint;
55
use Illuminate\Support\Facades\Schema;
66

7-
class CreatePeopleTable extends Migration
7+
class CreateDefaultPeopleTable extends Migration
88
{
99
public function up()
1010
{

0 commit comments

Comments
 (0)