aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v310/profilefield_interests.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12349] Update license header in several new filesJoas Schilling2014-04-031-1/+1
| | | | PHPBB3-12349
* [ticket/12194] Ensure that field_show_novalue is presentJoas Schilling2014-02-271-0/+1
| | | | | | The field was not created on boards that were 3.1-dev before 3.0.11 was relesed PHPBB3-12194
* [ticket/12115] Use base class to reduce duplicate codeJoas Schilling2014-02-061-126/+27
| | | | PHPBB3-12115
* [ticket/12115] Add a new migration for profilefield_interestsJoas Schilling2014-02-061-0/+146
With this we avoid missing to copy one, when the admin already created a phpbb_* profile field. PHPBB3-12115