1 | <?php |
||
17 | class v310_m2_remove_schema extends \phpbb\db\migration\migration |
||
18 | { |
||
19 | /** |
||
20 | * Run migration if abbcode column exists in the bbcodes table |
||
21 | * |
||
22 | * @return bool |
||
23 | */ |
||
24 | public function effectively_installed() |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | static public function depends_on() |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function update_schema() |
||
73 | } |
||
74 |