aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_23/v302_test.go
Commit message (Collapse)AuthorAgeFilesLines
* enforce nolint scope (#34851)TheFox0x72025-06-271-1/+1
| | | | | | | | | | | | | | | enable nolintlint scope requirement add comments to new directives so it's more obvious why they are in place --- I can also toggle the mandatory comments on if that's something of interest. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Giteabot <teabot@gitea.io>
* Add migrations tests (#34456)Lunny Xiao2025-05-151-0/+51
Fix #34455 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>