-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-dev
-
None
The updater keeps running this query:
UPDATE phpbb_groups SET group_legend = 1 WHERE group_id = 5
On repeated runs of database update for 3.1-dev, the updater should recognize it already performed updates and skip this. So that if you manually set group_legend = 0 for that group, it is not reset by the updater every time you run it.
- was obsoleted by solution of
-
PHPBB-9737 Migrations
- Closed