aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v154.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-56/+0
| | | | There are too many files in `models/migrations` folder so that I split them into sub folders.
* Use neutral language in comments and docs (#20135)Gusted2022-06-251-1/+1
| | | - Replace `his/her` to `their`, as it's more neutral language.
* Save TimeStamps for Star, Label, Follow, Watch and Collaboration to Database ↵65432020-10-121-0/+56
(#13124) * Add timestamps to Star, Label, LanguageStat, Follow, Watch and Collaboration * Star do not need updated * LanguageStat do not need update (they wont change) * fix unit-test