-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.2.1-RC1
-
Fix Version/s: 3.2.1
-
Component/s: Database Abstraction Layer (DBAL)
-
Labels:None
Due to code issues users of SQLite/Oracle DBMS are unable to update their databases to phpBB 3.2.1-RC1.
The issue appears because of new index creation in
\phpbb\db\migration\data\v31x\add_latest_topics_index
|
migration (the migration itself is not the reason of the issue).
Problem file:
phpbb/db/tools/tools.php
|