cakephp / migrations

CakePHP database migrations plugin
Other
137 stars 116 forks source link

Add and use a ShimAdapter #751

Closed markstory closed 2 months ago

markstory commented 2 months ago

Update the internals of Manager and Environment to use Migrations interfaces for Seeds. This pushes the compatibility shims down a layer and should continue to give the same backwards compatibility.

Next I'll build a BaseSeed that is all migrations internals.