diff --git a/docs/en/reference/configuration.rst b/docs/en/reference/configuration.rst index 63c99fd852..f448fbcf86 100644 --- a/docs/en/reference/configuration.rst +++ b/docs/en/reference/configuration.rst @@ -24,8 +24,6 @@ Now, in the root of your project place a file named ``migrations.php``, ``migrat 'My Project Migrations', - 'table_storage' => [ 'table_name' => 'doctrine_migration_versions', 'version_column_name' => 'version', @@ -45,8 +43,6 @@ Now, in the root of your project place a file named ``migrations.php``, ``migrat .. code-block:: yaml - name: "My Project Migrations" - table_storage: table_name: doctrine_migration_versions version_column_name: version @@ -69,8 +65,6 @@ Now, in the root of your project place a file named ``migrations.php``, ``migrat xsi:schemaLocation="http://doctrine-project.org/schemas/migrations/configuration/3.0 http://doctrine-project.org/schemas/migrations/configuration-3.0.xsd"> - My Project Migrations - | yes | null | The PHP namespace your migration classes are located under and the path to a directory where to look for migration classes. | +----------------------------+------------+------------------------------+----------------------------------------------------------------------------------+ | table_storage | no | | Used by doctrine migrations to track the currently executed migrations |