Skip to content

Commit

Permalink
Merge pull request #932 from jpwhite4/joblist
Browse files Browse the repository at this point in the history
Fix datatype of job_id column
  • Loading branch information
jpwhite4 committed May 20, 2019
2 parents be9fff1 + ac57e6b commit f369bab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
},
{
"name": "jobid",
"type": "int(11)",
"type": "bigint(20) unsigned",
"nullable": false
}
],
Expand Down

0 comments on commit f369bab

Please sign in to comment.