fisharebest/webtrees

View on GitHub
app/Schema/Migration37.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method upgrade has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function upgrade(): void
    {
        // These tables were created by webtrees 1.x, and may not exist if we first installed webtrees 2.x
        DB::schema()->dropIfExists('site_access_rule');
        DB::schema()->dropIfExists('next_id');
Severity: Major
Found in app/Schema/Migration37.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status