| Total Complexity | 4 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class m9_excluded_groups_schema extends \phpbb\db\migration\migration |
||
|
|
|||
| 17 | { |
||
| 18 | /** |
||
| 19 | * {@inheritDoc} |
||
| 20 | */ |
||
| 21 | public function effectively_installed() |
||
| 22 | { |
||
| 23 | return $this->db_tools->sql_column_exists($this->table_prefix . 'autogroups_rules', 'autogroups_excluded_groups'); |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritDoc} |
||
| 28 | */ |
||
| 29 | public static function depends_on() |
||
| 30 | { |
||
| 31 | return ['\phpbb\autogroups\migrations\v10x\m1_initial_schema']; |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritDoc} |
||
| 36 | */ |
||
| 37 | public function update_schema() |
||
| 43 | ], |
||
| 44 | ], |
||
| 45 | ]; |
||
| 46 | } |
||
| 47 | |||
| 48 | /** |
||
| 49 | * {@inheritDoc} |
||
| 50 | */ |
||
| 51 | public function revert_schema() |
||
| 57 | ], |
||
| 58 | ], |
||
| 59 | ]; |
||
| 62 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths