Browse Source

Fix newsroom migration

Daniel Supernault 1 year ago
parent
commit
61b1523368
1 changed files with 1 additions and 1 deletions
  1. 1 1
      database/migrations/2019_12_10_023604_create_newsroom_table.php

+ 1 - 1
database/migrations/2019_12_10_023604_create_newsroom_table.php

@@ -40,6 +40,6 @@ class CreateNewsroomTable extends Migration
      */
     public function down()
     {
-        Schema::dropIfExists('site_news');
+        Schema::dropIfExists('newsroom');
     }
 }