Skip to content

Commit ab2348c

Browse files
authored
Merge pull request #307 from doctrine/fix-default-table-name
Update default table name
2 parents eb60fa0 + 4afded9 commit ab2348c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ application:
6464
storage:
6565
# Default (SQL table) metadata storage configuration
6666
table_storage:
67-
table_name: 'migration_versions'
67+
table_name: 'doctrine_migration_versions'
6868
version_column_name: 'version'
6969
version_column_length: 1024
7070
executed_at_column_name: 'executed_at'

0 commit comments

Comments
 (0)