Removed useless 'project_id' column from 'build_meta' table.
This commit is contained in:
parent
145670acde
commit
9e57de043e
7 changed files with 36 additions and 160 deletions
|
|
@ -283,6 +283,6 @@ class Executor
|
|||
{
|
||||
/** @var Build $build */
|
||||
$build = $this->pluginFactory->getResourceFor('PHPCensor\Model\Build');
|
||||
$this->store->setMeta($build->getProjectId(), $build->getId(), 'plugin-summary', json_encode($summary));
|
||||
$this->store->setMeta($build->getId(), 'plugin-summary', json_encode($summary));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue