Skip to content

Commit

Permalink
Fix Laravel 9 migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Mar 13, 2022
1 parent 8a350ff commit d9cd66b
Show file tree
Hide file tree
Showing 56 changed files with 56 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ public function down()
{
Schema::dropIfExists('people');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ public function down()
{
Schema::dropIfExists('citations');
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_04_10_154850_create_families_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ public function down()
{
Schema::dropIfExists('families');
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_04_10_155019_create_notes_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public function down()
{
Schema::dropIfExists('notes');
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_04_10_155134_create_places_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function down()
{
Schema::dropIfExists('places');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ public function down()
{
Schema::dropIfExists('repositories');
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_04_10_155413_create_sources_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ public function down()
{
Schema::dropIfExists('sources');
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_04_10_171030_create_types_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function down()
{
// Schema::dropIfExists('types');
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_04_24_211718_create_authors_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function down()
{
Schema::dropIfExists('authors');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function down()
{
Schema::dropIfExists('publications');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public function down()
{
Schema::dropIfExists('person_events');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ public function down()
{
Schema::drop('family_events');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ public function down()
$table->dropColumn('wife');
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ public function down()
$table->dropColumn('deleted_at');
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ public function down()
$table->dropColumn('deleted_at');
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ public function down()
$table->dropColumn('description');
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ public function down()
$table->dropColumn('deathday');
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ public function down()
$table->dropColumn('rin');
});
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_06_12_173700_create_subns_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ public function down()
{
Schema::dropIfExists('subns');
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_06_12_190711_create_subm_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ public function down()
{
Schema::dropIfExists('subms');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function down()
{
Schema::dropIfExists('media_objects');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function down()
{
Schema::dropIfExists('importjobs');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ public function down()
{
Schema::dropIfExists('source_data');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function down()
{
Schema::dropIfExists('source_data_even');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function down()
{
Schema::dropIfExists('sourceref_even');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function down()
{
Schema::dropIfExists('person_alia');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ public function down()
{
Schema::dropIfExists('person_asso');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function down()
{
Schema::dropIfExists('person_subm');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function down()
{
Schema::dropIfExists('person_anci');
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_06_24_103355_create_refn_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function down()
{
Schema::dropIfExists('refn');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ public function down()
{
Schema::dropIfExists('person_lds');
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_06_24_135407_create_chans_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function down()
{
Schema::dropIfExists('chans');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ public function down()
{
Schema::dropIfExists('family_slgs');
}
}
};
2 changes: 1 addition & 1 deletion src/migrations/2020_06_25_052028_create_addrs_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ public function down()
{
Schema::dropIfExists('addrs');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ public function down()
{
Schema::dropIfExists('personname');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ public function down()
{
Schema::dropIfExists('person_name_fone');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ public function down()
{
Schema::dropIfExists('person_name_romn');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ public function down()
{
Schema::dropIfExists('source_ref');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public function down()
{
Schema::dropIfExists('media_objects_file');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public function down()
{
Schema::dropIfExists('source_repo');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ public function down()
$table->text('attr')->nullable(false)->change();
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function down()
$table->dropColumn('rin');
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function down()
{
Schema::dropIfExists('person_desi');
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public function down()
});
}
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function down()
$table->dropIndex(['id', 'person_id', 'addr_id']);
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function down()
$table->dropIndex(['id', 'gid']);
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function down()
$table->integer('wife_id')->nullable()->change();
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public function down()
$table->dropColumn(['birth_year', 'death_year']);
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public function down()
$table->dropColumn(['burial_day', 'burial_year']);
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function down()
$table->string('chan')->nullable()->after('deleted_at');
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function down()
$table->dropColumn('chan');
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function down()
$table->dateTime('chan')->nullable()->after('deleted_at');
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public function down()
$table->dropColumn('chan');
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ public function down()
]);
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function down()
$table->dropColumn(['birth_month', 'death_month', 'burial_month']);
});
}
}
};
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public function down()
$table->dropColumn(['titl', 'chr']);
});
}
}
};

0 comments on commit d9cd66b

Please sign in to comment.