| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class m14_notification_data extends \phpbb\db\migration\migration |
||
| 14 | { |
||
| 15 | public function effectively_installed() |
||
| 18 | } |
||
| 19 | |||
| 20 | public static function depends_on() |
||
| 21 | { |
||
| 22 | return [ |
||
| 23 | '\phpbb\ideas\migrations\m1_initial_schema', |
||
| 24 | '\phpbb\ideas\migrations\m13_set_permissions' |
||
| 25 | ]; |
||
| 26 | } |
||
| 27 | |||
| 28 | public function update_data() |
||
| 32 | ]; |
||
| 33 | } |
||
| 35 |