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:
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
You can’t perform that action at this time.
0 commit comments