Skip to content

Commit d9cd66b

Browse files
Fix Laravel 9 migrations
1 parent 8a350ff commit d9cd66b

File tree

56 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+56
-56
lines changed

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
@@ -39,4 +39,4 @@ public function down()
3939
{
4040
Schema::dropIfExists('people');
4141
}
42-
}
42+
};

src/migrations/2020_04_10_154637_create_citations_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ public function down()
3636
{
3737
Schema::dropIfExists('citations');
3838
}
39-
}
39+
};

src/migrations/2020_04_10_154850_create_families_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ public function down()
3434
{
3535
Schema::dropIfExists('families');
3636
}
37-
}
37+
};

src/migrations/2020_04_10_155019_create_notes_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ public function down()
3737
{
3838
Schema::dropIfExists('notes');
3939
}
40-
}
40+
};

src/migrations/2020_04_10_155134_create_places_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public function down()
3131
{
3232
Schema::dropIfExists('places');
3333
}
34-
}
34+
};

src/migrations/2020_04_10_155307_create_repositories_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ public function down()
4242
{
4343
Schema::dropIfExists('repositories');
4444
}
45-
}
45+
};

src/migrations/2020_04_10_155413_create_sources_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ public function down()
4949
{
5050
Schema::dropIfExists('sources');
5151
}
52-
}
52+
};

src/migrations/2020_04_10_171030_create_types_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public function down()
3131
{
3232
// Schema::dropIfExists('types');
3333
}
34-
}
34+
};

src/migrations/2020_04_24_211718_create_authors_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public function down()
3131
{
3232
Schema::dropIfExists('authors');
3333
}
34-
}
34+
};

src/migrations/2020_04_24_211852_create_publications_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ public function down()
3232
{
3333
Schema::dropIfExists('publications');
3434
}
35-
}
35+
};

0 commit comments

Comments
 (0)