summaryrefslogtreecommitdiffstats
path: root/models/migrations/v91.go
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
|
* Add SQL execution on log and indexes on table repository and comment (#7740)Lunny Xiao2019-08-051-0/+26
* add index on comment * add SQL execution time on log and index owner_id on repository * add migration