EscolaLMS/H5P

View on GitHub
database/migrations/2022_04_11_095716_change_hh5p_contents_libraries_structure_table.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function down()
    {
        if (strpos(DB::connection()->getName(), 'sqlite') !== FALSE) { 
            return;
        }

    There are no issues that match your filters.

    Category
    Status