gitea/models/migrations
guillep2k 0470b16e8a Add migration step to remove old repo_indexer_status orphaned records (#7746)
* Add migration step to remove old repo_indexer_status orphaned records

* Include RepoIndexerStatus struct definition in the migrate function

* Change .Delete(o) into ID(o.ID).Delete(new(RepoIndexerStatus))

* Simplification of the delete procedure

* Rename v91.go to v92.go
2019-08-06 11:57:55 +03:00
..
migrations.go Add migration step to remove old repo_indexer_status orphaned records (#7746) 2019-08-06 11:57:55 +03:00
v13.go
v14.go
v15.go
v16.go
v17.go
v18.go
v19.go
v20.go
v21.go
v22.go
v23.go
v24.go
v25.go
v26.go
v27.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
v28.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v29.go
v30.go
v31.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v32.go
v33.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v34.go
v35.go
v36.go
v37.go
v38.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v39.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v40.go
v41.go
v45.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v46.go
v47.go
v48.go
v49.go
v50.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v51.go
v52.go
v53.go
v54.go
v55.go
v56.go
v57.go
v58.go
v59.go
v60.go
v61.go Better logging (#6038) (#6095) 2019-04-02 08:48:31 +01:00
v62.go
v63.go
v64.go refactor: append, build variable and type switch (#4940) 2019-05-28 23:45:54 +08:00
v65.go
v66.go
v67.go
v68.go
v69.go
v70.go
v71.go
v72.go
v73.go
v74.go
v75.go Fix error log when loading issues caused by a xorm bug (#7271) 2019-06-23 18:22:43 +03:00
v76.go
v77.go
v78.go Fix dropTableColumns sqlite implementation (#7710) 2019-08-05 22:49:49 +01:00
v79.go
v80.go Implement "conversation lock" for issue comments (#5073) 2019-02-18 22:55:04 +02:00
v81.go Override xorm type mapping for U2F counter (#6232) 2019-03-04 21:34:52 -05:00
v82.go move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 2019-03-27 17:33:00 +08:00
v83.go fix upload attachments (#6481) 2019-04-02 15:25:05 -04:00
v84.go add .gpg url (match github behaviour) (#6610) 2019-04-14 12:43:56 -04:00
v85.go Fix dropTableColumns sqlite implementation (#7710) 2019-08-05 22:49:49 +01:00
v86.go Add GET requests to webhook (#6771) 2019-05-05 14:09:02 -04:00
v87.go Add commit statuses reports on pull request view (#6845) 2019-06-30 08:57:59 +01:00
v88.go Add commit statuses reports on pull request view (#6845) 2019-06-30 08:57:59 +01:00
v89.go Display original author and URL information when showing migrated issues/comments (#7352) 2019-07-08 10:14:12 +08:00
v90.go change length of some repository's columns (#7652) 2019-07-29 11:29:42 +08:00
v91.go Add SQL execution on log and indexes on table repository and comment (#7740) 2019-08-05 17:29:40 +03:00
v92.go Add migration step to remove old repo_indexer_status orphaned records (#7746) 2019-08-06 11:57:55 +03:00