cattr-app/server-application

View on GitHub
database/migrations/2018_10_02_112003_fix_time_durations_cache.php

Summary

Maintainability
B
6 hrs
Test Coverage

Method up has 89 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function up()
    {
        // Adds soft-delete handling.
        // Fixes error with an update affects time durations of all users.

Severity: Major
Found in database/migrations/2018_10_02_112003_fix_time_durations_cache.php - About 3 hrs to fix

    Method down has 81 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function down()
        {
            // Restores old view and triggers.
            // Copied from the 2018_09_11_100952_add_index.php
    
    
    Severity: Major
    Found in database/migrations/2018_10_02_112003_fix_time_durations_cache.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status