Simple forum software for building great communities.
Go to file
Franz Liedke 1c28afce69 Migrations: always pass a schema builder
This removes the funky auto-injection capability from migration
closures. While technically removing a feature, this means we do
not need a fully-wired IoC container e.g. during installation.

Instead, all migration closures simply receive a schema builder
object (which is what most of them were already doing anyway).
2018-06-03 23:13:35 +02:00
framework/core Migrations: always pass a schema builder 2018-06-03 23:13:35 +02:00