Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split migrations folder (#21549) | Lunny Xiao | 2022-11-02 | 1 | -25/+0 |
| | | | | There are too many files in `models/migrations` folder so that I split them into sub folders. | ||||
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -0/+1 |
| | | | | * go build / format tools * re-format imports | ||||
* | Add migration to set IsArchived false if it is null (#11853) | zeripath | 2020-06-11 | 1 | -0/+24 |
* Add migration to set IsArchived false if it is null Fix #11824 Signed-off-by: Andrew Thornton <art27@cantab.net> * Add doctor Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> |