[PR #3157] [MERGED] Fix migration order v1.3 #16802

Closed
opened 2025-11-02 12:19:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3157
Author: @lafriks
Created: 12/11/2017
Status: Merged
Merged: 12/12/2017
Merged by: @lunny

Base: release/v1.3Head: fix/rel_1_3_migration_order


📝 Commits (7)

  • b1564b1 FIx migration order
  • 2c5305e Fix migration function file names to match version
  • ec73c33 Fix typo
  • 563db61 Add note about ignored errors
  • 51c4eb3 Fix typo, remove wrong comment
  • 53a7ec4 Merge branch 'release/v1.3' into fix/rel_1_3_migration_order
  • 111b0ac Merge branch 'release/v1.3' into fix/rel_1_3_migration_order

📊 Changes

10 files changed (+276 additions, -267 deletions)

View changed files

📝 models/migrations/migrations.go (+16 -6)
📝 models/migrations/v39.go (+9 -57)
📝 models/migrations/v40.go (+34 -32)
📝 models/migrations/v41.go (+47 -20)
models/migrations/v42.go (+0 -57)
models/migrations/v43.go (+0 -26)
models/migrations/v44.go (+0 -69)
models/migrations/v49.go (+73 -0)
models/migrations/v50.go (+55 -0)
models/migrations/v51.go (+42 -0)

📄 Description

Specific to 1.3.x release when upgrading from 1.2.x
Fixes #3155

PR to fix on master branch will follow in other PR so that there is no problems when upgrading from 1.2.x and 1.3.x to 1.4.0


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3157 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 12/11/2017 **Status:** ✅ Merged **Merged:** 12/12/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `release/v1.3` ← **Head:** `fix/rel_1_3_migration_order` --- ### 📝 Commits (7) - [`b1564b1`](https://github.com/go-gitea/gitea/commit/b1564b184fa2a18271e040c5c648a22fd3e27351) FIx migration order - [`2c5305e`](https://github.com/go-gitea/gitea/commit/2c5305ee40d34f7dceb0452f2f13a67547d2d2db) Fix migration function file names to match version - [`ec73c33`](https://github.com/go-gitea/gitea/commit/ec73c33622a193e832f07b049e02288dbcb51b61) Fix typo - [`563db61`](https://github.com/go-gitea/gitea/commit/563db61014606d602b4c988e0524a1006d2f20eb) Add note about ignored errors - [`51c4eb3`](https://github.com/go-gitea/gitea/commit/51c4eb327a796d6552307dce64fd5c0eb9c7b6b1) Fix typo, remove wrong comment - [`53a7ec4`](https://github.com/go-gitea/gitea/commit/53a7ec42dbe33d2e88729b8cecfdf90267a9b80b) Merge branch 'release/v1.3' into fix/rel_1_3_migration_order - [`111b0ac`](https://github.com/go-gitea/gitea/commit/111b0ac43ee9991c849f101f6f94f3d089612a39) Merge branch 'release/v1.3' into fix/rel_1_3_migration_order ### 📊 Changes **10 files changed** (+276 additions, -267 deletions) <details> <summary>View changed files</summary> 📝 `models/migrations/migrations.go` (+16 -6) 📝 `models/migrations/v39.go` (+9 -57) 📝 `models/migrations/v40.go` (+34 -32) 📝 `models/migrations/v41.go` (+47 -20) ➖ `models/migrations/v42.go` (+0 -57) ➖ `models/migrations/v43.go` (+0 -26) ➖ `models/migrations/v44.go` (+0 -69) ➕ `models/migrations/v49.go` (+73 -0) ➕ `models/migrations/v50.go` (+55 -0) ➕ `models/migrations/v51.go` (+42 -0) </details> ### 📄 Description Specific to 1.3.x release when upgrading from 1.2.x Fixes #3155 PR to fix on master branch will follow in other PR so that there is no problems when upgrading from 1.2.x and 1.3.x to 1.4.0 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:19:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16802