summaryrefslogtreecommitdiffstats
path: root/services/migrations/update.go
Commit message (Collapse)AuthorAgeFilesLines
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-251-1/+1
| | | | | | | | Backport #27103 by @JakobDev Part of #27065 Co-authored-by: JakobDev <jakobdev@gmx.de> Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-2/+2
|
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
| | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-1/+2
| | | | | | | | * Move more model into models/user * Remove unnecessary comment Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+76
* Move migrtions into services and base into modules/migration * Fix imports * Fix lint