| 1 | <?php |
||
| 13 | class similar_topic_words extends \phpbb\db\migration\container_aware_migration |
||
| 14 | { |
||
| 15 | public function effectively_installed() |
||
| 21 | |||
| 22 | public static function depends_on() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Create the new similar_topics_words field in the CONFIG_TEXT |
||
| 29 | * table and copy the contents of the old similar_topics_words |
||
| 30 | * CONFIG value to it (if there is any) and then delete the old |
||
| 31 | * CONFIG field. |
||
| 32 | * |
||
| 33 | * @return array |
||
| 34 | */ |
||
| 35 | public function update_data() |
||
| 42 | } |
||
| 43 |