aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_23/v298.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename migration package name for 1.22-rc1 (#30730)wxiaoguang2024-04-271-10/+0
| | | Ref: Propose to restart 1.22 release #30501
* Fix wrong table name (#30557)Lunny Xiao2024-04-231-0/+10
The table name should be `oauth2_application` but `o_auth2_application` Caused by https://github.com/go-gitea/gitea/pull/21316/files#diff-9610efbc608a41f1f2eaff5790423f0a187906f6ff0beb23a5e8d18366cc2ccfR38