XF\Install\Data\AbstractMySql doesn't support return schema changes

Xon

Well-known member
Affected version
2.3.0 RC5
XF\Install\Data\AbstractMySql is used for a new xf:repair-db CLI command.

However this doesn't support returning a list of table alters to create/recreate table changes which for addons is a very important part of extending core XF tables, which makes this command do less than expected.
 
Back
Top Bottom