Formal\Migrations\FailureFormal\Migrations\Applied::versions()
- Requires PHP
8.4 - Requires
formal/orm:~6.0 - Requires
innmind/foundation:~2.1 Formal\Migrations\SQLhas been renamed toSQL\Runnerand is now flagged as internalFormal\Migrations\Commandshas been renamed toCommands\Runnerand is now flagged as internalFormal\Migrations\Factory\SQL::migrate()now returns anInnmind\Immutable\Either<Formal\Migrations\Failure, Formal\Migrations\Applied>Formal\Migrations\Factory\Commands::migrate()now returns anInnmind\Immutable\Either<Formal\Migrations\Failure, Formal\Migrations\Applied>Formal\Migrations\Factory::storeVersionsInDatabase()now returns anInnmind\Immutable\AttemptFormal\Migrations\Factory::storeVersionsOnFilesystem()now returns anInnmind\Immutable\Attempt
Formal\Migrations\RunnerFormal\Migrations\MigrationFormal\Migrations\Applied::match()
- Support for
formal/orm4 - The versions table can be modified in
Factory::storeVersionsInDatabase()via its second parameter
Formal\Migrations\FactoryFormal\Migrations\SQLFormal\Migrations\SQL\MigrationFormal\Migrations\SQL\LoadFormal\Migrations\CommandsFormal\Migrations\Commands\MigrationFormal\Migrations\Commands\Reference