From b9606574b15849ede8f8aa1c7f8357e9bd8a1609 Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Sun, 21 Jun 2020 14:28:55 +0200 Subject: [PATCH] explain that the name config property has been removed --- UPGRADE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index 7f0a288094..184ac8dca3 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -44,7 +44,6 @@ return [ 'My Project Migrations', 'table_storage' => [ 'table_name' => 'doctrine_migration_versions', @@ -66,6 +65,8 @@ return [ Files in XML, YAML or JSON also changed in a similar way. Please refer to the official documentation for more details. +Note: the `name` property has been removed. + Note: the option in `table_storage` needs to be updated only if you have changed the metadata table settings by using v2 options such as `table_name`, `column_name`, `column_length` or `executed_at_column_name`. If you did not change those settings, it is recommended to not provide the options and let doctrine figure out the best settings.