Skip to content

Commit 9a378ae

Browse files
committed
Fix 'executed_at_column_name documentation
1 parent c372816 commit 9a378ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,14 @@ application:
6060
version_column_name: 'version'
6161
version_column_length: 1024
6262
executed_at_column_name: 'executed_at'
63-
execution_time_column_name: 'execution_time'
6463
6564
# Deprecated since v2.2, use "storage.table_storage.table_name" instead
6665
table_name: 'migration_versions'
6766
# Deprecated since v2.2, use "storage.table_storage.version_column_name" instead
6867
column_name: 'version'
6968
# Deprecated since v2.2, use "storage.table_storage.version_column_length" instead (minimum value has to be at least 1024)
7069
column_length: 14
71-
# Deprecated since v2.2, use "storage.table_storage.execution_time_column_name" instead
70+
# Deprecated since v2.2, use "storage.table_storage.executed_at_column_name" instead
7271
executed_at_column_name: 'executed_at'
7372
7473
# available in version >= 1.2. Possible values: "BY_YEAR", "BY_YEAR_AND_MONTH", false

0 commit comments

Comments
 (0)