Fix newsroom migration

This commit is contained in:
Daniel Supernault 2024-01-29 22:13:09 -07:00
parent 92ff114d2d
commit 61b1523368
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 1 additions and 1 deletions

View File

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