aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v104.go
Commit message (Collapse)AuthorAgeFilesLines
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+0
| | | | | | | | | | | | | | | * chore: rewrite format. * chore: update format Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * chore: update format Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * chore: Adjacent parameters with the same type should be grouped together * chore: update format.
* Fix extra columns from `label` table (#8633)guillep2k2019-10-231-0/+34
* Fix extra fields from database * Add migration to drop unneeded columns * Fix lint * Make sure the columns exist