lightster/hodor

View on GitHub
migrations/postgres/20170501024010_AddScheduledJobsTable.php

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

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

protected function transactionalUp(YoPdo $yo_pdo)
{
$sql = <<<SQL
CREATE TABLE scheduled_jobs
(
Severity: Major
Found in migrations/postgres/20170501024010_AddScheduledJobsTable.php - About 2 hrs to fix
Category
Status