From d9cd66bbe84b64438e1a5cba49fb1356284d8f47 Mon Sep 17 00:00:00 2001 From: Curtis Delicata Date: Sun, 13 Mar 2022 16:18:50 +0000 Subject: [PATCH] Fix Laravel 9 migrations --- .../2020_01_01_120000_create_default_people_table.php | 2 +- src/migrations/2020_04_10_154637_create_citations_table.php | 2 +- src/migrations/2020_04_10_154850_create_families_table.php | 2 +- src/migrations/2020_04_10_155019_create_notes_table.php | 2 +- src/migrations/2020_04_10_155134_create_places_table.php | 2 +- src/migrations/2020_04_10_155307_create_repositories_table.php | 2 +- src/migrations/2020_04_10_155413_create_sources_table.php | 2 +- src/migrations/2020_04_10_171030_create_types_table.php | 2 +- src/migrations/2020_04_24_211718_create_authors_table.php | 2 +- src/migrations/2020_04_24_211852_create_publications_table.php | 2 +- .../2020_06_01_112223_create_persons_events_table.php | 2 +- src/migrations/2020_06_01_112242_create_family_events_table.php | 2 +- .../2020_06_01_112312_update_events_add_timestamp.php | 2 +- .../2020_06_03_192100_add_columns_for_people_table.php | 2 +- ...2020_06_11_150000_update_add_columns_person_events_table.php | 2 +- ...020_06_11_152802_update_description_default_places_table.php | 2 +- .../2020_06_11_173643_update_add_columns_people_table.php | 2 +- .../2020_06_11_175726_update_add_columns_family_table.php | 2 +- src/migrations/2020_06_12_173700_create_subns_table.php | 2 +- src/migrations/2020_06_12_190711_create_subm_table.php | 2 +- src/migrations/2020_06_13_003901_create_media_objects_table.php | 2 +- src/migrations/2020_06_23_031852_create_importjobs_table.php | 2 +- src/migrations/2020_06_24_084354_create_sourcedata_table.php | 2 +- .../2020_06_24_085159_create_source_data_even_table.php | 2 +- .../2020_06_24_090326_create_sourceref_even_table.php | 2 +- src/migrations/2020_06_24_092055_create_person_alia_table.php | 2 +- src/migrations/2020_06_24_093608_create_person_asso_table.php | 2 +- src/migrations/2020_06_24_094758_create_person_subm_table.php | 2 +- src/migrations/2020_06_24_095241_create_person_anci_table.php | 2 +- src/migrations/2020_06_24_103355_create_refn_table.php | 2 +- src/migrations/2020_06_24_105140_create_person_lds_table.php | 2 +- src/migrations/2020_06_24_135407_create_chans_table.php | 2 +- src/migrations/2020_06_25_040418_create_family_slgs_table.php | 2 +- src/migrations/2020_06_25_052028_create_addrs_table.php | 2 +- src/migrations/2020_08_21_100421_create_personname_table.php | 2 +- .../2020_08_21_110811_create_person_name_fone_table.php | 2 +- .../2020_08_21_111106_create_person_name_romn_table.php | 2 +- src/migrations/2020_08_21_124830_create_source_ref_table.php | 2 +- .../2020_08_30_035717_create_media_objects_file_table.php | 2 +- src/migrations/2020_08_31_092310_create_source_repo_table.php | 2 +- src/migrations/2020_09_12_000100_update_person_events_table.php | 2 +- .../2020_09_12_151600_add_column_for_media_objects_table.php | 2 +- src/migrations/2020_10_13_093608_create_person_desi_table.php | 2 +- src/migrations/2021_05_28_121021_add_index_key_people_table.php | 2 +- .../2021_05_28_121232_add_index_key_person_event_table.php | 2 +- .../2021_05_28_122429_add_index_key_person_name_table.php | 2 +- ...t_string_column_husband_id_and_wife_id_to_families_table.php | 2 +- ...115_add_column_birth_year_and_death_year_to_people_table.php | 2 +- ...050_add_column_burialday_and_burial_year_to_people_table.php | 2 +- .../2021_08_25_173355_drop_column_chan_to_people_table.php | 2 +- .../2021_08_25_173444_add_column_chan_to_people_table.php | 2 +- .../2021_08_26_203720_remove_column_chan_to_people_table.php | 2 +- ...26_203800_add_microsecond_in_column_chan_to_people_table.php | 2 +- ...26_222539_add_column_dati_plac_famc_fams_to_people_table.php | 2 +- .../2021_08_27_183956_add_column_month_to_people_table.php | 2 +- ...021_08_27_192146_add_column_titl_and_chr_to_people_table.php | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/src/migrations/2020_01_01_120000_create_default_people_table.php b/src/migrations/2020_01_01_120000_create_default_people_table.php index f7e29b6..927c78e 100644 --- a/src/migrations/2020_01_01_120000_create_default_people_table.php +++ b/src/migrations/2020_01_01_120000_create_default_people_table.php @@ -39,4 +39,4 @@ public function down() { Schema::dropIfExists('people'); } -} +}; diff --git a/src/migrations/2020_04_10_154637_create_citations_table.php b/src/migrations/2020_04_10_154637_create_citations_table.php index 01efa53..4dcddf8 100644 --- a/src/migrations/2020_04_10_154637_create_citations_table.php +++ b/src/migrations/2020_04_10_154637_create_citations_table.php @@ -36,4 +36,4 @@ public function down() { Schema::dropIfExists('citations'); } -} +}; diff --git a/src/migrations/2020_04_10_154850_create_families_table.php b/src/migrations/2020_04_10_154850_create_families_table.php index 6933d77..a146f2a 100644 --- a/src/migrations/2020_04_10_154850_create_families_table.php +++ b/src/migrations/2020_04_10_154850_create_families_table.php @@ -34,4 +34,4 @@ public function down() { Schema::dropIfExists('families'); } -} +}; diff --git a/src/migrations/2020_04_10_155019_create_notes_table.php b/src/migrations/2020_04_10_155019_create_notes_table.php index 7b0d65f..3750a6d 100644 --- a/src/migrations/2020_04_10_155019_create_notes_table.php +++ b/src/migrations/2020_04_10_155019_create_notes_table.php @@ -37,4 +37,4 @@ public function down() { Schema::dropIfExists('notes'); } -} +}; diff --git a/src/migrations/2020_04_10_155134_create_places_table.php b/src/migrations/2020_04_10_155134_create_places_table.php index c986a4f..8fd9520 100644 --- a/src/migrations/2020_04_10_155134_create_places_table.php +++ b/src/migrations/2020_04_10_155134_create_places_table.php @@ -31,4 +31,4 @@ public function down() { Schema::dropIfExists('places'); } -} +}; diff --git a/src/migrations/2020_04_10_155307_create_repositories_table.php b/src/migrations/2020_04_10_155307_create_repositories_table.php index a3522cf..94cf53c 100644 --- a/src/migrations/2020_04_10_155307_create_repositories_table.php +++ b/src/migrations/2020_04_10_155307_create_repositories_table.php @@ -42,4 +42,4 @@ public function down() { Schema::dropIfExists('repositories'); } -} +}; diff --git a/src/migrations/2020_04_10_155413_create_sources_table.php b/src/migrations/2020_04_10_155413_create_sources_table.php index 1cc3745..9a5e24d 100644 --- a/src/migrations/2020_04_10_155413_create_sources_table.php +++ b/src/migrations/2020_04_10_155413_create_sources_table.php @@ -49,4 +49,4 @@ public function down() { Schema::dropIfExists('sources'); } -} +}; diff --git a/src/migrations/2020_04_10_171030_create_types_table.php b/src/migrations/2020_04_10_171030_create_types_table.php index 847ea50..0b7f57f 100644 --- a/src/migrations/2020_04_10_171030_create_types_table.php +++ b/src/migrations/2020_04_10_171030_create_types_table.php @@ -31,4 +31,4 @@ public function down() { // Schema::dropIfExists('types'); } -} +}; diff --git a/src/migrations/2020_04_24_211718_create_authors_table.php b/src/migrations/2020_04_24_211718_create_authors_table.php index 8dd0166..d746762 100644 --- a/src/migrations/2020_04_24_211718_create_authors_table.php +++ b/src/migrations/2020_04_24_211718_create_authors_table.php @@ -31,4 +31,4 @@ public function down() { Schema::dropIfExists('authors'); } -} +}; diff --git a/src/migrations/2020_04_24_211852_create_publications_table.php b/src/migrations/2020_04_24_211852_create_publications_table.php index 349ed85..5f81474 100644 --- a/src/migrations/2020_04_24_211852_create_publications_table.php +++ b/src/migrations/2020_04_24_211852_create_publications_table.php @@ -32,4 +32,4 @@ public function down() { Schema::dropIfExists('publications'); } -} +}; diff --git a/src/migrations/2020_06_01_112223_create_persons_events_table.php b/src/migrations/2020_06_01_112223_create_persons_events_table.php index c44165f..eaf5196 100644 --- a/src/migrations/2020_06_01_112223_create_persons_events_table.php +++ b/src/migrations/2020_06_01_112223_create_persons_events_table.php @@ -30,4 +30,4 @@ public function down() { Schema::dropIfExists('person_events'); } -} +}; diff --git a/src/migrations/2020_06_01_112242_create_family_events_table.php b/src/migrations/2020_06_01_112242_create_family_events_table.php index 2e5d19e..5c56f2d 100644 --- a/src/migrations/2020_06_01_112242_create_family_events_table.php +++ b/src/migrations/2020_06_01_112242_create_family_events_table.php @@ -35,4 +35,4 @@ public function down() { Schema::drop('family_events'); } -} +}; diff --git a/src/migrations/2020_06_01_112312_update_events_add_timestamp.php b/src/migrations/2020_06_01_112312_update_events_add_timestamp.php index 738f964..2424e98 100644 --- a/src/migrations/2020_06_01_112312_update_events_add_timestamp.php +++ b/src/migrations/2020_06_01_112312_update_events_add_timestamp.php @@ -83,4 +83,4 @@ public function down() $table->dropColumn('wife'); }); } -} +}; diff --git a/src/migrations/2020_06_03_192100_add_columns_for_people_table.php b/src/migrations/2020_06_03_192100_add_columns_for_people_table.php index 3cab83a..2314d7c 100644 --- a/src/migrations/2020_06_03_192100_add_columns_for_people_table.php +++ b/src/migrations/2020_06_03_192100_add_columns_for_people_table.php @@ -45,4 +45,4 @@ public function down() $table->dropColumn('deleted_at'); }); } -} +}; diff --git a/src/migrations/2020_06_11_150000_update_add_columns_person_events_table.php b/src/migrations/2020_06_11_150000_update_add_columns_person_events_table.php index 3ee3867..77dea84 100644 --- a/src/migrations/2020_06_11_150000_update_add_columns_person_events_table.php +++ b/src/migrations/2020_06_11_150000_update_add_columns_person_events_table.php @@ -39,4 +39,4 @@ public function down() $table->dropColumn('deleted_at'); }); } -} +}; diff --git a/src/migrations/2020_06_11_152802_update_description_default_places_table.php b/src/migrations/2020_06_11_152802_update_description_default_places_table.php index fba571c..b8a445a 100644 --- a/src/migrations/2020_06_11_152802_update_description_default_places_table.php +++ b/src/migrations/2020_06_11_152802_update_description_default_places_table.php @@ -36,4 +36,4 @@ public function down() $table->dropColumn('description'); }); } -} +}; diff --git a/src/migrations/2020_06_11_173643_update_add_columns_people_table.php b/src/migrations/2020_06_11_173643_update_add_columns_people_table.php index 971471a..f80c5fd 100644 --- a/src/migrations/2020_06_11_173643_update_add_columns_people_table.php +++ b/src/migrations/2020_06_11_173643_update_add_columns_people_table.php @@ -41,4 +41,4 @@ public function down() $table->dropColumn('deathday'); }); } -} +}; diff --git a/src/migrations/2020_06_11_175726_update_add_columns_family_table.php b/src/migrations/2020_06_11_175726_update_add_columns_family_table.php index 75cbe9c..63a3f0a 100644 --- a/src/migrations/2020_06_11_175726_update_add_columns_family_table.php +++ b/src/migrations/2020_06_11_175726_update_add_columns_family_table.php @@ -35,4 +35,4 @@ public function down() $table->dropColumn('rin'); }); } -} +}; diff --git a/src/migrations/2020_06_12_173700_create_subns_table.php b/src/migrations/2020_06_12_173700_create_subns_table.php index 9a976e9..0b80fc8 100644 --- a/src/migrations/2020_06_12_173700_create_subns_table.php +++ b/src/migrations/2020_06_12_173700_create_subns_table.php @@ -36,4 +36,4 @@ public function down() { Schema::dropIfExists('subns'); } -} +}; diff --git a/src/migrations/2020_06_12_190711_create_subm_table.php b/src/migrations/2020_06_12_190711_create_subm_table.php index 0444667..841cdde 100644 --- a/src/migrations/2020_06_12_190711_create_subm_table.php +++ b/src/migrations/2020_06_12_190711_create_subm_table.php @@ -39,4 +39,4 @@ public function down() { Schema::dropIfExists('subms'); } -} +}; diff --git a/src/migrations/2020_06_13_003901_create_media_objects_table.php b/src/migrations/2020_06_13_003901_create_media_objects_table.php index b83a80b..0248a4d 100644 --- a/src/migrations/2020_06_13_003901_create_media_objects_table.php +++ b/src/migrations/2020_06_13_003901_create_media_objects_table.php @@ -32,4 +32,4 @@ public function down() { Schema::dropIfExists('media_objects'); } -} +}; diff --git a/src/migrations/2020_06_23_031852_create_importjobs_table.php b/src/migrations/2020_06_23_031852_create_importjobs_table.php index bdb8884..e9fe21b 100644 --- a/src/migrations/2020_06_23_031852_create_importjobs_table.php +++ b/src/migrations/2020_06_23_031852_create_importjobs_table.php @@ -31,4 +31,4 @@ public function down() { Schema::dropIfExists('importjobs'); } -} +}; diff --git a/src/migrations/2020_06_24_084354_create_sourcedata_table.php b/src/migrations/2020_06_24_084354_create_sourcedata_table.php index 5018fd4..ab33d5c 100644 --- a/src/migrations/2020_06_24_084354_create_sourcedata_table.php +++ b/src/migrations/2020_06_24_084354_create_sourcedata_table.php @@ -33,4 +33,4 @@ public function down() { Schema::dropIfExists('source_data'); } -} +}; diff --git a/src/migrations/2020_06_24_085159_create_source_data_even_table.php b/src/migrations/2020_06_24_085159_create_source_data_even_table.php index 4ee5a04..adb8823 100644 --- a/src/migrations/2020_06_24_085159_create_source_data_even_table.php +++ b/src/migrations/2020_06_24_085159_create_source_data_even_table.php @@ -32,4 +32,4 @@ public function down() { Schema::dropIfExists('source_data_even'); } -} +}; diff --git a/src/migrations/2020_06_24_090326_create_sourceref_even_table.php b/src/migrations/2020_06_24_090326_create_sourceref_even_table.php index 855ac68..08074ba 100644 --- a/src/migrations/2020_06_24_090326_create_sourceref_even_table.php +++ b/src/migrations/2020_06_24_090326_create_sourceref_even_table.php @@ -32,4 +32,4 @@ public function down() { Schema::dropIfExists('sourceref_even'); } -} +}; diff --git a/src/migrations/2020_06_24_092055_create_person_alia_table.php b/src/migrations/2020_06_24_092055_create_person_alia_table.php index 93d8e55..47bcd1d 100644 --- a/src/migrations/2020_06_24_092055_create_person_alia_table.php +++ b/src/migrations/2020_06_24_092055_create_person_alia_table.php @@ -32,4 +32,4 @@ public function down() { Schema::dropIfExists('person_alia'); } -} +}; diff --git a/src/migrations/2020_06_24_093608_create_person_asso_table.php b/src/migrations/2020_06_24_093608_create_person_asso_table.php index 1c884c9..e0736e8 100644 --- a/src/migrations/2020_06_24_093608_create_person_asso_table.php +++ b/src/migrations/2020_06_24_093608_create_person_asso_table.php @@ -33,4 +33,4 @@ public function down() { Schema::dropIfExists('person_asso'); } -} +}; diff --git a/src/migrations/2020_06_24_094758_create_person_subm_table.php b/src/migrations/2020_06_24_094758_create_person_subm_table.php index 9af1b5e..9c04704 100644 --- a/src/migrations/2020_06_24_094758_create_person_subm_table.php +++ b/src/migrations/2020_06_24_094758_create_person_subm_table.php @@ -31,4 +31,4 @@ public function down() { Schema::dropIfExists('person_subm'); } -} +}; diff --git a/src/migrations/2020_06_24_095241_create_person_anci_table.php b/src/migrations/2020_06_24_095241_create_person_anci_table.php index b20d9dd..c1589fd 100644 --- a/src/migrations/2020_06_24_095241_create_person_anci_table.php +++ b/src/migrations/2020_06_24_095241_create_person_anci_table.php @@ -31,4 +31,4 @@ public function down() { Schema::dropIfExists('person_anci'); } -} +}; diff --git a/src/migrations/2020_06_24_103355_create_refn_table.php b/src/migrations/2020_06_24_103355_create_refn_table.php index c0095e7..08b47a5 100644 --- a/src/migrations/2020_06_24_103355_create_refn_table.php +++ b/src/migrations/2020_06_24_103355_create_refn_table.php @@ -32,4 +32,4 @@ public function down() { Schema::dropIfExists('refn'); } -} +}; diff --git a/src/migrations/2020_06_24_105140_create_person_lds_table.php b/src/migrations/2020_06_24_105140_create_person_lds_table.php index 72b165b..36546d5 100644 --- a/src/migrations/2020_06_24_105140_create_person_lds_table.php +++ b/src/migrations/2020_06_24_105140_create_person_lds_table.php @@ -36,4 +36,4 @@ public function down() { Schema::dropIfExists('person_lds'); } -} +}; diff --git a/src/migrations/2020_06_24_135407_create_chans_table.php b/src/migrations/2020_06_24_135407_create_chans_table.php index d98f6d1..7968ec6 100644 --- a/src/migrations/2020_06_24_135407_create_chans_table.php +++ b/src/migrations/2020_06_24_135407_create_chans_table.php @@ -32,4 +32,4 @@ public function down() { Schema::dropIfExists('chans'); } -} +}; diff --git a/src/migrations/2020_06_25_040418_create_family_slgs_table.php b/src/migrations/2020_06_25_040418_create_family_slgs_table.php index 5a90d9e..a4d473e 100644 --- a/src/migrations/2020_06_25_040418_create_family_slgs_table.php +++ b/src/migrations/2020_06_25_040418_create_family_slgs_table.php @@ -33,4 +33,4 @@ public function down() { Schema::dropIfExists('family_slgs'); } -} +}; diff --git a/src/migrations/2020_06_25_052028_create_addrs_table.php b/src/migrations/2020_06_25_052028_create_addrs_table.php index d6970a6..08e6934 100644 --- a/src/migrations/2020_06_25_052028_create_addrs_table.php +++ b/src/migrations/2020_06_25_052028_create_addrs_table.php @@ -34,4 +34,4 @@ public function down() { Schema::dropIfExists('addrs'); } -} +}; diff --git a/src/migrations/2020_08_21_100421_create_personname_table.php b/src/migrations/2020_08_21_100421_create_personname_table.php index 7261ab2..0df4f0e 100644 --- a/src/migrations/2020_08_21_100421_create_personname_table.php +++ b/src/migrations/2020_08_21_100421_create_personname_table.php @@ -38,4 +38,4 @@ public function down() { Schema::dropIfExists('personname'); } -} +}; diff --git a/src/migrations/2020_08_21_110811_create_person_name_fone_table.php b/src/migrations/2020_08_21_110811_create_person_name_fone_table.php index e3a7bbd..6995ce4 100644 --- a/src/migrations/2020_08_21_110811_create_person_name_fone_table.php +++ b/src/migrations/2020_08_21_110811_create_person_name_fone_table.php @@ -38,4 +38,4 @@ public function down() { Schema::dropIfExists('person_name_fone'); } -} +}; diff --git a/src/migrations/2020_08_21_111106_create_person_name_romn_table.php b/src/migrations/2020_08_21_111106_create_person_name_romn_table.php index b77543d..961889c 100644 --- a/src/migrations/2020_08_21_111106_create_person_name_romn_table.php +++ b/src/migrations/2020_08_21_111106_create_person_name_romn_table.php @@ -38,4 +38,4 @@ public function down() { Schema::dropIfExists('person_name_romn'); } -} +}; diff --git a/src/migrations/2020_08_21_124830_create_source_ref_table.php b/src/migrations/2020_08_21_124830_create_source_ref_table.php index 8eb5e5a..17ba58b 100644 --- a/src/migrations/2020_08_21_124830_create_source_ref_table.php +++ b/src/migrations/2020_08_21_124830_create_source_ref_table.php @@ -34,4 +34,4 @@ public function down() { Schema::dropIfExists('source_ref'); } -} +}; diff --git a/src/migrations/2020_08_30_035717_create_media_objects_file_table.php b/src/migrations/2020_08_30_035717_create_media_objects_file_table.php index 979eb6f..15760d9 100644 --- a/src/migrations/2020_08_30_035717_create_media_objects_file_table.php +++ b/src/migrations/2020_08_30_035717_create_media_objects_file_table.php @@ -30,4 +30,4 @@ public function down() { Schema::dropIfExists('media_objects_file'); } -} +}; diff --git a/src/migrations/2020_08_31_092310_create_source_repo_table.php b/src/migrations/2020_08_31_092310_create_source_repo_table.php index 7b12cfb..f68f80d 100644 --- a/src/migrations/2020_08_31_092310_create_source_repo_table.php +++ b/src/migrations/2020_08_31_092310_create_source_repo_table.php @@ -32,4 +32,4 @@ public function down() { Schema::dropIfExists('source_repo'); } -} +}; diff --git a/src/migrations/2020_09_12_000100_update_person_events_table.php b/src/migrations/2020_09_12_000100_update_person_events_table.php index d97ffa6..f327bbf 100644 --- a/src/migrations/2020_09_12_000100_update_person_events_table.php +++ b/src/migrations/2020_09_12_000100_update_person_events_table.php @@ -33,4 +33,4 @@ public function down() $table->text('attr')->nullable(false)->change(); }); } -} +}; diff --git a/src/migrations/2020_09_12_151600_add_column_for_media_objects_table.php b/src/migrations/2020_09_12_151600_add_column_for_media_objects_table.php index 2e14dd4..ffac470 100644 --- a/src/migrations/2020_09_12_151600_add_column_for_media_objects_table.php +++ b/src/migrations/2020_09_12_151600_add_column_for_media_objects_table.php @@ -29,4 +29,4 @@ public function down() $table->dropColumn('rin'); }); } -} +}; diff --git a/src/migrations/2020_10_13_093608_create_person_desi_table.php b/src/migrations/2020_10_13_093608_create_person_desi_table.php index b7dd88d..8851a20 100644 --- a/src/migrations/2020_10_13_093608_create_person_desi_table.php +++ b/src/migrations/2020_10_13_093608_create_person_desi_table.php @@ -31,4 +31,4 @@ public function down() { Schema::dropIfExists('person_desi'); } -} +}; diff --git a/src/migrations/2021_05_28_121021_add_index_key_people_table.php b/src/migrations/2021_05_28_121021_add_index_key_people_table.php index 5012cc5..60de56b 100644 --- a/src/migrations/2021_05_28_121021_add_index_key_people_table.php +++ b/src/migrations/2021_05_28_121021_add_index_key_people_table.php @@ -37,4 +37,4 @@ public function down() }); } } -} +}; diff --git a/src/migrations/2021_05_28_121232_add_index_key_person_event_table.php b/src/migrations/2021_05_28_121232_add_index_key_person_event_table.php index 0ad0e8a..db182c4 100644 --- a/src/migrations/2021_05_28_121232_add_index_key_person_event_table.php +++ b/src/migrations/2021_05_28_121232_add_index_key_person_event_table.php @@ -29,4 +29,4 @@ public function down() $table->dropIndex(['id', 'person_id', 'addr_id']); }); } -} +}; diff --git a/src/migrations/2021_05_28_122429_add_index_key_person_name_table.php b/src/migrations/2021_05_28_122429_add_index_key_person_name_table.php index e120dee..b326303 100644 --- a/src/migrations/2021_05_28_122429_add_index_key_person_name_table.php +++ b/src/migrations/2021_05_28_122429_add_index_key_person_name_table.php @@ -29,4 +29,4 @@ public function down() $table->dropIndex(['id', 'gid']); }); } -} +}; diff --git a/src/migrations/2021_08_25_031507_set_string_column_husband_id_and_wife_id_to_families_table.php b/src/migrations/2021_08_25_031507_set_string_column_husband_id_and_wife_id_to_families_table.php index a265eba..2cfedd3 100644 --- a/src/migrations/2021_08_25_031507_set_string_column_husband_id_and_wife_id_to_families_table.php +++ b/src/migrations/2021_08_25_031507_set_string_column_husband_id_and_wife_id_to_families_table.php @@ -31,4 +31,4 @@ public function down() $table->integer('wife_id')->nullable()->change(); }); } -} +}; diff --git a/src/migrations/2021_08_25_121115_add_column_birth_year_and_death_year_to_people_table.php b/src/migrations/2021_08_25_121115_add_column_birth_year_and_death_year_to_people_table.php index 6873284..d4c6296 100644 --- a/src/migrations/2021_08_25_121115_add_column_birth_year_and_death_year_to_people_table.php +++ b/src/migrations/2021_08_25_121115_add_column_birth_year_and_death_year_to_people_table.php @@ -30,4 +30,4 @@ public function down() $table->dropColumn(['birth_year', 'death_year']); }); } -} +}; diff --git a/src/migrations/2021_08_25_155050_add_column_burialday_and_burial_year_to_people_table.php b/src/migrations/2021_08_25_155050_add_column_burialday_and_burial_year_to_people_table.php index 30a6dde..c088c2a 100644 --- a/src/migrations/2021_08_25_155050_add_column_burialday_and_burial_year_to_people_table.php +++ b/src/migrations/2021_08_25_155050_add_column_burialday_and_burial_year_to_people_table.php @@ -30,4 +30,4 @@ public function down() $table->dropColumn(['burial_day', 'burial_year']); }); } -} +}; diff --git a/src/migrations/2021_08_25_173355_drop_column_chan_to_people_table.php b/src/migrations/2021_08_25_173355_drop_column_chan_to_people_table.php index 0b71538..0c0f205 100644 --- a/src/migrations/2021_08_25_173355_drop_column_chan_to_people_table.php +++ b/src/migrations/2021_08_25_173355_drop_column_chan_to_people_table.php @@ -29,4 +29,4 @@ public function down() $table->string('chan')->nullable()->after('deleted_at'); }); } -} +}; diff --git a/src/migrations/2021_08_25_173444_add_column_chan_to_people_table.php b/src/migrations/2021_08_25_173444_add_column_chan_to_people_table.php index 7ac32d5..5f14570 100644 --- a/src/migrations/2021_08_25_173444_add_column_chan_to_people_table.php +++ b/src/migrations/2021_08_25_173444_add_column_chan_to_people_table.php @@ -29,4 +29,4 @@ public function down() $table->dropColumn('chan'); }); } -} +}; diff --git a/src/migrations/2021_08_26_203720_remove_column_chan_to_people_table.php b/src/migrations/2021_08_26_203720_remove_column_chan_to_people_table.php index df422fe..5b19184 100644 --- a/src/migrations/2021_08_26_203720_remove_column_chan_to_people_table.php +++ b/src/migrations/2021_08_26_203720_remove_column_chan_to_people_table.php @@ -29,4 +29,4 @@ public function down() $table->dateTime('chan')->nullable()->after('deleted_at'); }); } -} +}; diff --git a/src/migrations/2021_08_26_203800_add_microsecond_in_column_chan_to_people_table.php b/src/migrations/2021_08_26_203800_add_microsecond_in_column_chan_to_people_table.php index 5d53f7f..cf0861a 100644 --- a/src/migrations/2021_08_26_203800_add_microsecond_in_column_chan_to_people_table.php +++ b/src/migrations/2021_08_26_203800_add_microsecond_in_column_chan_to_people_table.php @@ -29,4 +29,4 @@ public function down() $table->dropColumn('chan'); }); } -} +}; diff --git a/src/migrations/2021_08_26_222539_add_column_dati_plac_famc_fams_to_people_table.php b/src/migrations/2021_08_26_222539_add_column_dati_plac_famc_fams_to_people_table.php index 676900e..aa0ef1c 100644 --- a/src/migrations/2021_08_26_222539_add_column_dati_plac_famc_fams_to_people_table.php +++ b/src/migrations/2021_08_26_222539_add_column_dati_plac_famc_fams_to_people_table.php @@ -47,4 +47,4 @@ public function down() ]); }); } -} +}; diff --git a/src/migrations/2021_08_27_183956_add_column_month_to_people_table.php b/src/migrations/2021_08_27_183956_add_column_month_to_people_table.php index a5df716..c8b3b03 100644 --- a/src/migrations/2021_08_27_183956_add_column_month_to_people_table.php +++ b/src/migrations/2021_08_27_183956_add_column_month_to_people_table.php @@ -31,4 +31,4 @@ public function down() $table->dropColumn(['birth_month', 'death_month', 'burial_month']); }); } -} +}; diff --git a/src/migrations/2021_08_27_192146_add_column_titl_and_chr_to_people_table.php b/src/migrations/2021_08_27_192146_add_column_titl_and_chr_to_people_table.php index 5d24c8e..a26089c 100644 --- a/src/migrations/2021_08_27_192146_add_column_titl_and_chr_to_people_table.php +++ b/src/migrations/2021_08_27_192146_add_column_titl_and_chr_to_people_table.php @@ -30,4 +30,4 @@ public function down() $table->dropColumn(['titl', 'chr']); }); } -} +};