| Total Complexity | 2 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class c3_update_tables extends \phpbb\db\migration\migration |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Skip this migration if a previous blocks table does not exist |
||
| 19 | * |
||
| 20 | * @return bool True to skip this migration, false to run it |
||
| 21 | * @access public |
||
| 22 | */ |
||
| 23 | public function effectively_installed() |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Update the table name |
||
| 30 | * |
||
| 31 | * @return array Array of table schema |
||
| 32 | * @access public |
||
| 33 | */ |
||
| 34 | public function update_schema() |
||
| 56 |