use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Schema;
-class CreateBookshelvesTable extends Migration
+return new class extends Migration
{
/**
* Run the migrations.
DB::table('search_terms')->where('entity_type', '=', 'BookStack\Entities\Models\Bookshelf')->delete();
DB::table('comments')->where('entity_type', '=', 'BookStack\Entities\Models\Bookshelf')->delete();
}
-}
+};