Register a single migration version to be executed by a AbstractMigration
class.
public registerMigration ( string $version, string $class ) : |
||
$version | string | The version of the migration in the format YYYYMMDDHHMMSS. |
$class | string | The migration class to execute for the version. |
return |