- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Blocker
 - 
    3.2.1-RC1
 - 
    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
			 | 
		

