summaryrefslogtreecommitdiffstats
path: root/models/migrations/v116.go
Commit message (Collapse)AuthorAgeFilesLines
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+0
| | | | | | | | | | | | | | | * chore: rewrite format. * chore: update format Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * chore: update format Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * chore: Adjacent parameters with the same type should be grouped together * chore: update format.
* Refactor: Remove Dependencys from Migration v112-v119 (#11811)65432020-06-091-3/+7
| | | | | | | * v119 * v116 * v112
* [API] Extend times API (#9200)65432019-12-271-0/+30
Extensively extend the times API. close #8833; close #8513; close #8559