We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d365d0 + 22ffa13 commit d847cb9Copy full SHA for d847cb9
UPGRADE.md
@@ -43,6 +43,15 @@ doctrine_migrations:
43
version_column_length: 191
44
executed_at_column_name: 'executed_at'
45
```
46
+If your project did not originally specify its own table definition configuration, you will need to configure the table name after the upgrade:
47
+
48
+```yaml
49
+doctrine_migrations:
50
+ storage:
51
+ table_storage:
52
+ table_name: 'migration_versions'
53
+```
54
+and then run the `doctrine:migrations:sync-metadata-storage` command.
55
- The migration name has been dropped:
56
57
Before
0 commit comments