-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-a1
-
Fix Version/s: 3.1.0-b3
-
Component/s: Database Abstraction Layer (DBAL)
-
Labels:None
-
GitHub Pull Request URL:
The index must be removed before the column can be dropped.
The best would be if the migrator/db_tools would check this, so you don't have to specify them in your migration.
The idea from PHPBB3-11922 was that when dropping an column you specify what happens to the indexes (whether they are recreated without the column, are dropped completly, ...)
- is related to
-
PHPBB3-11922 Migrator fails to remove columns on MSSQL when they have/had an index
-
- Closed
-
- obsoletes
-
PHPBB3-9639 MSSQL and db tools sql_index_drop
-
- Closed
-