diff --git a/database/migrations/2021_04_09_085648_remove_other_ships.php b/database/migrations/2021_04_09_085648_remove_other_ships.php new file mode 100644 index 0000000..59b4af3 --- /dev/null +++ b/database/migrations/2021_04_09_085648_remove_other_ships.php @@ -0,0 +1,31 @@ +where('shipClass', 'O') + ->delete(); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}