summaryrefslogtreecommitdiffstats
path: root/models/migrations/v78.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-42/+0
| | | | There are too many files in `models/migrations` folder so that I split them into sub folders.
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
|
* Fix dropTableColumns sqlite implementation (#7710)zeripath2019-08-051-58/+7
| | | | | | | | | | * Fix dropTableColumns sqlite implementation * use droptables and its index dropping support in v78 and v85 * golang-ci fixes * Add migration from gitea 1.3.3 for sqlite which reveals the droptables bug - thus showing this works
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
| | | | | | | | | | | | * fix error log when loading issues caused by a xorm bug * upgrade packages * fix fmt * fix Consistency * fix tests
* Add golangci (#6418)kolaente2019-06-121-0/+3
|
* Attempt to fix #6707 (#6823)zeripath2019-05-051-1/+8
|
* Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736)Lanre Adelowo2019-04-241-0/+10
| | | | | | * Drop is_bare IDX only when it exists * show indexes only on mysql or mariadb
* fix migration 78 error mssql (#5791)Lunny Xiao2019-01-211-3/+2
|
* Fix the v78 migration script (#5776)zeripath2019-01-191-0/+12
| | | | | | | | Unfortunately the last fix didn't completely fix the migration to v79 of the db due to bug with schema locking during Sync2. This should fix this issue. Fix #5759 Signed-off-by: Andrew Thornton <art27@cantab.net>
* fix migration bug (#5762)Lunny Xiao2019-01-181-8/+28
|
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-171-0/+42
* Refactor repo.isBare to repo.isEmpty #5629 Signed-off-by: Andrew Thornton <art27@cantab.net> * Remove Sync call