소스 검색

Fix newsroom migration

Daniel Supernault 1 년 전
부모
커밋
61b1523368
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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');
     }
 }