Fix newsroom migration

pull/4884/head
Daniel Supernault 2 years ago
parent 92ff114d2d
commit 61b1523368
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

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

Loading…
Cancel
Save