Ver código fonte

Fix newsroom migration

Daniel Supernault 1 ano atrás
pai
commit
61b1523368

+ 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');
     }
 }