Fixing PHPCI errors

This commit is contained in:
Dan Cryer 2015-10-15 10:17:22 +01:00
commit 38b024833f
5 changed files with 25 additions and 0 deletions

View file

@ -19,6 +19,12 @@ use PHPCI\Model\BuildMeta;
*/
class BuildMetaStore extends BuildMetaStoreBase
{
/**
* Only used by an upgrade migration to move errors from build_meta to build_error
* @param $start
* @param $limit
* @return array
*/
public function getErrorsForUpgrade($start, $limit)
{
$query = 'SELECT * FROM build_meta