gitea/models/migrations
yp05327 07ba4d9f87
Fix incorrect action duration time when rerun the job before executed once (#28364)
Fix #28323
Reason was mentioned here:
https://github.com/go-gitea/gitea/issues/28323#issuecomment-1841867298

### Changes: (maybe breaking)
We can rerun jobs in Gitea, so there will be some problems in
calculating duration time.
In this PR, I use the exist `Started` and `Stopped` column to record the
last run time instead of the total time,
and add a new `PreviousDuration` column to record the previous duration
time.
You can also check the cost time of last run:

![image](https://github.com/go-gitea/gitea/assets/18380374/2ca39145-2c92-401a-b78b-43164f7ae061)
2024-01-19 14:05:49 +00:00
..
base Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
fixtures Add combined index for issue_user.uid and issue_id (#28080) 2023-12-14 09:26:59 +00:00
v1_6 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_7 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_8 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_9 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_10 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_11 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_12 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_13 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_14 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_15 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_16 Replace deprecated `elliptic.Marshal` (#26800) 2023-08-29 22:19:40 +02:00
v1_17 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_18 Refactor system setting (#27000) 2023-10-05 09:08:19 +08:00
v1_19 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_20 Rename `Sync2` -> `Sync` (#26479) 2023-08-13 21:17:21 +02:00
v1_21 handle repository.size column being NULL in migration v263 (#28336) 2023-12-05 14:31:13 +00:00
v1_22 Fix incorrect action duration time when rerun the job before executed once (#28364) 2024-01-19 14:05:49 +00:00
migrations.go Fix incorrect action duration time when rerun the job before executed once (#28364) 2024-01-19 14:05:49 +00:00