File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,14 @@ application:
60
60
version_column_name : ' version'
61
61
version_column_length : 1024
62
62
executed_at_column_name : ' executed_at'
63
- execution_time_column_name : ' execution_time'
64
63
65
64
# Deprecated since v2.2, use "storage.table_storage.table_name" instead
66
65
table_name : ' migration_versions'
67
66
# Deprecated since v2.2, use "storage.table_storage.version_column_name" instead
68
67
column_name : ' version'
69
68
# Deprecated since v2.2, use "storage.table_storage.version_column_length" instead (minimum value has to be at least 1024)
70
69
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
72
71
executed_at_column_name : ' executed_at'
73
72
74
73
# available in version >= 1.2. Possible values: "BY_YEAR", "BY_YEAR_AND_MONTH", false
You can’t perform that action at this time.
0 commit comments