-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-a3
-
None
The recently merged PR for splitting up schema changes in the migrator removes the table name that should be created in its method get_schema_steps() and replaces it with the array pointer. This causes queries like this:
CREATE TABLE 0 ( some_column ...
|
This breaks any extension or migration that uses the add_column method and possibly others.
- was caused by solution of
-
PHPBB-11880 Schema changes can take too long and cause a timeout
- Closed