Fixing PHPCI errors
This commit is contained in:
parent
7f823b37cf
commit
38b024833f
5 changed files with 25 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue