Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove migration support from versions earlier than 1.6.0 (#10026) | guillep2k | 2020-01-31 | 1 | -138/+0 |
| | | | | | | | | | | | | | | * Remove migration support from versions earlier than 1.6.0 * Remove unused functions * Update gogs upgrade instructions * Improve "latest" link as per @jolheiser Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> | ||||
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | * display ui time with customize time location * fix lint * rename UILocation to DefaultUILocation * move time related functions to modules/timeutil * fix tests * fix tests * fix build * fix swagger | ||||
* | refactor: append, build variable and type switch (#4940) | Bo-Yi Wu | 2019-05-28 | 1 | -2/+2 |
| | | | | | | * refactor: append, build variable and type switch * fix: remove redundant space. | ||||
* | Migration fixes for gogs (0.11.66) to gitea (1.6.0) #5318 (#5341) | Florian Eitel | 2018-11-18 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fix column droping for MSSQL that need new transaction for that (#4440) | Lauris BH | 2018-07-13 | 1 | -0/+8 |
| | |||||
* | Fix multiple asssingee table migration (#3931) | Lauris BH | 2018-05-10 | 1 | -37/+39 |
| | |||||
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 1 | -0/+129 |