aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/migration/data/v31x
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13270] Make m_softdelete perm global for boards updated from 3.0.12.Cesar G2014-11-071-0/+31
| | | | PHPBB3-13270
* [prep-release-3.1.1] Add 3.1.1 migration fileNils Adermann2014-11-021-0/+32
|
* [ticket/13263] Make sure default style exists and clean up codeMarc Alexander2014-11-011-47/+12
| | | | PHPBB3-13263
* [ticket/13263] Only install/set prosilver if no style availableMarc Alexander2014-11-011-28/+24
| | | | | | | Users that have a nonexistent style selectd will revert back to the default style. PHPBB3-13263
* [ticket/13263] Use prosilver as default style if user's style doesn't existMarc Alexander2014-11-011-0/+175
If prosilver is not installed for whatever reason, it will be installed by the newly added migration. PHPBB3-13263