diff --git a/database/migrations/2022_10_22_001507_echoarea.php b/database/migrations/2022_10_22_001507_echoarea.php index b15307d..4b87114 100644 --- a/database/migrations/2022_10_22_001507_echoarea.php +++ b/database/migrations/2022_10_22_001507_echoarea.php @@ -73,7 +73,7 @@ class Echoarea extends Migration */ public function down() { - Schema::dropIfExists('address_echomail'); + Schema::dropIfExists('address_echoarea'); Schema::dropIfExists('address_filearea'); Schema::dropIfExists('fileareas'); diff --git a/database/migrations/2022_10_22_001607_echomails.php b/database/migrations/2022_10_22_001607_echomails.php index d23c872..d5de8de 100644 --- a/database/migrations/2022_10_22_001607_echomails.php +++ b/database/migrations/2022_10_22_001607_echomails.php @@ -86,6 +86,7 @@ class Echomails extends Migration */ public function down() { + Schema::dropIfExists('echomail_seenby'); Schema::dropIfExists('echomail_path'); Schema::dropIfExists('echomails'); } diff --git a/resources/views/domain/list.blade.php b/resources/views/domain/list.blade.php index 0f8c08a..5b81425 100644 --- a/resources/views/domain/list.blade.php +++ b/resources/views/domain/list.blade.php @@ -31,8 +31,8 @@