Developing Migrations ΒΆ
Within the development studio:
- Create a new file under 
php-migrations/ - 
Load modified working tree into runtime:
update-site - 
Execute all migrations:
console-run migrations:execute --all - 
(Re)Execute a specific migration:
console-run migrations:execute --force "Emergence/People/20191209_system-user"