-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-b3
-
Fix Version/s: 3.1.0-b4
-
Component/s: Database Abstraction Layer (DBAL), Installation system, Update system
-
Labels:None
-
GitHub Pull Request URL:
It is now possible to use after definitions in migrations when using add_columns. However, this isn't processed (yet) by create_schema_files.php, which will result in it being output directly to the schema.json, instead of being used for actual location placement.