mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Remove field from migration to support upgrades from older version That will ensure the field does not get queried in the Select if it does not exist yet: ``` [I] [SQL] SELECT "id", "repo_id", "index", "poster_id", "name", "content", "milestone_id", "priority", "assignee_id", "is_closed", "is_pull", "num_comments", "ref", "deadline_unix", "created_unix", "updated_unix [...itea/routers/init.go:60 GlobalInit()] [E] Failed to initialize ORM engine: migrate: do migrate: pq: column "ref" does not exist ``` see #5318 * Skip remove stale watcher migration if not required Otherwise the migration will fail if executed from a older database version without multiple IssueWatch feature. ``` 2018/11/11 23:51:14 [I] [SQL] SELECT DISTINCT "issue_watch"."user_id", "issue"."repo_id" FROM "issue_watch" INNER JOIN issue ON issue_watch.issue_id = issue.id WHERE (issue_watch.is_watching = $1) LIMIT 50 []int [...itea/routers/init.go:60 GlobalInit()] [E] Failed to initialize ORM engine: migrate: do migrate: pq: relation "issue_watch" does not exist ``` see #5318 |
6 years ago | |
---|---|---|
.. | ||
migrations.go | 6 years ago | |
v13.go | 8 years ago | |
v14.go | 8 years ago | |
v15.go | 7 years ago | |
v16.go | 7 years ago | |
v17.go | 8 years ago | |
v18.go | 8 years ago | |
v19.go | 7 years ago | |
v20.go | 8 years ago | |
v21.go | 7 years ago | |
v22.go | 7 years ago | |
v23.go | 8 years ago | |
v24.go | 8 years ago | |
v25.go | 8 years ago | |
v26.go | 7 years ago | |
v27.go | 8 years ago | |
v28.go | 7 years ago | |
v29.go | 8 years ago | |
v30.go | 8 years ago | |
v31.go | 8 years ago | |
v32.go | 8 years ago | |
v33.go | 8 years ago | |
v34.go | 8 years ago | |
v35.go | 8 years ago | |
v36.go | 8 years ago | |
v37.go | 7 years ago | |
v38.go | 7 years ago | |
v39.go | 7 years ago | |
v40.go | 7 years ago | |
v41.go | 7 years ago | |
v45.go | 7 years ago | |
v46.go | 7 years ago | |
v47.go | 7 years ago | |
v48.go | 7 years ago | |
v49.go | 7 years ago | |
v50.go | 7 years ago | |
v51.go | 7 years ago | |
v52.go | 7 years ago | |
v53.go | 7 years ago | |
v54.go | 7 years ago | |
v55.go | 7 years ago | |
v56.go | 7 years ago | |
v57.go | 7 years ago | |
v58.go | 7 years ago | |
v59.go | 7 years ago | |
v60.go | 7 years ago | |
v61.go | 7 years ago | |
v62.go | 7 years ago | |
v63.go | 7 years ago | |
v64.go | 6 years ago | |
v65.go | 7 years ago | |
v66.go | 7 years ago | |
v67.go | 6 years ago | |
v68.go | 6 years ago | |
v69.go | 7 years ago | |
v70.go | 7 years ago | |
v71.go | 7 years ago | |
v72.go | 7 years ago | |
v73.go | 6 years ago |