| 1 | <?php |
||
| 13 | class release_postgres_support extends \phpbb\db\migration\migration |
||
| 14 | { |
||
| 15 | public function effectively_installed() |
||
| 19 | |||
| 20 | static public function depends_on() |
||
| 24 | |||
| 25 | public function update_data() |
||
| 33 | |||
| 34 | public function revert_data() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * Drop the PostgreSQL FULLTEXT index on phpbb_topics.topic_title |
||
| 48 | * |
||
| 49 | */ |
||
| 50 | public function revert_postgres_changes() |
||
| 66 | |||
| 67 | } |
||
| 68 |