1 | <?php |
||
16 | class m2_track_user_id extends \phpbb\db\migration\migration |
||
17 | { |
||
18 | /** |
||
19 | * Assign migration file dependencies for this migration |
||
20 | * |
||
21 | * @return array Array of migration files |
||
22 | * @static |
||
23 | * @access public |
||
24 | */ |
||
25 | static public function depends_on() |
||
32 | |||
33 | /** |
||
34 | * Add Google Analytics data to the database. |
||
35 | * |
||
36 | * @return array Array of table data |
||
37 | * @access public |
||
38 | */ |
||
39 | public function update_data() |
||
45 | } |
||
46 |