lightster/hodor

View on GitHub
migrations/postgres/20151022112749_CreateInitialSchema.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method transactionalUp has 82 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function transactionalUp(YoPdo $yo_pdo)
    {
        $sql = <<<SQL
CREATE SEQUENCE buffered_jobs_buffered_job_id_seq;
CREATE SEQUENCE failed_jobs_failed_job_id_seq;
Severity: Major
Found in migrations/postgres/20151022112749_CreateInitialSchema.php - About 3 hrs to fix

There are no issues that match your filters.

Category
Status