aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrate.go
Commit message (Expand)AuthorAgeFilesLines
* Check primary keys for all tables and drop ForeignReference (#21721)Jason Song2022-12-231-7/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-5/+5
* Add generic set type (#21408)KN4CK3R2022-10-121-2/+3
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-37/+12
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+2
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-171-0/+7
* remove redundant call to UpdateRepoStats during migration (#18591)singuliere2022-02-071-9/+0
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-53/+14
* tests: add coverage for models migration helpers (#18162)Aravinth Manivannan2022-01-031-1/+1
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-0/+20
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-27/+29
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-6/+7
* Fix delete nonexist oauth application 500 and prevent deadlock (#15384)Lunny Xiao2021-04-101-0/+2
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-3/+3
* [BugFix] remove nil inserts in models (#11096)65432020-04-171-11/+20
* Fix migration information update bug when linked github account (#10310)Lunny Xiao2020-02-171-10/+14
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-231-1/+26
* Migrate reactions when migrating repository from github (#9599)Lunny Xiao2020-01-151-2/+20
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Fix milestone completness calculation when migrating (#7725)Lauris BH2019-08-031-4/+16
* Use batch insert on migrating repository to make the process faster (#7050)Lunny Xiao2019-06-291-51/+80
* Improve migrations to support migrating milestones/labels/issues/comments/pul...Lunny Xiao2019-05-071-0/+145