summaryrefslogtreecommitdiffstats
path: root/models/migrations/v84.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-18/+0
| | | | There are too many files in `models/migrations` folder so that I split them into sub folders.
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
|
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-141-0/+18
* add .gpg url (match github behaviour) * wildcard * test to export maximum data * working POC * add comment for old imported keys * cleaning * Update routers/user/profile.go Co-Authored-By: sapk <sapk@users.noreply.github.com> * add migration script * add integration tests