[PR #4297] [MERGED] Fixed violation of the unique constraint for v68 migration #17322

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4297
Author: @axifive
Created: 6/21/2018
Status: Merged
Merged: 6/27/2018
Merged by: @techknowlogick

Base: masterHead: fix-v68-migration


📝 Commits (10+)

  • 6554ff1 Fixed violation of the unique constraint for v68 migration
  • 7ee9774 Added update query for repo_topic references. Fixed transactions
  • 0ceee66 Added update query for correct topics count
  • 9d1e5f6 fmt
  • 7f854f3 Updated XORM
  • d1f1b7a Fixed drone build
  • 8d0787c Fixed table sync error (#4303)
  • 799a8c4 Revert "Updated XORM"
  • 78a3178 Added general sorting criteria
  • b627576 Merge branch 'master' into fix-v68-migration

📊 Changes

2 files changed (+106 additions, -53 deletions)

View changed files

📝 models/migrations/v68.go (+100 -47)
📝 models/topic.go (+6 -6)

📄 Description

as title


🔄 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/4297 **Author:** [@axifive](https://github.com/axifive) **Created:** 6/21/2018 **Status:** ✅ Merged **Merged:** 6/27/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `fix-v68-migration` --- ### 📝 Commits (10+) - [`6554ff1`](https://github.com/go-gitea/gitea/commit/6554ff104ecf61927b68f3755b84a1cbf5ce27d9) Fixed violation of the unique constraint for v68 migration - [`7ee9774`](https://github.com/go-gitea/gitea/commit/7ee9774ceaadb6a1928d8ddf5d61106f29055be8) Added update query for `repo_topic` references. Fixed transactions - [`0ceee66`](https://github.com/go-gitea/gitea/commit/0ceee66fee5b0083815e9a6bc9e88ffa432cef85) Added update query for correct topics count - [`9d1e5f6`](https://github.com/go-gitea/gitea/commit/9d1e5f65413284b27e85f125897d19f926840214) fmt - [`7f854f3`](https://github.com/go-gitea/gitea/commit/7f854f3ee71025cb985ef1663d41b1d9ae68256c) Updated XORM - [`d1f1b7a`](https://github.com/go-gitea/gitea/commit/d1f1b7a5c26bb8771ee7539e0a3d628e6047830a) Fixed drone build - [`8d0787c`](https://github.com/go-gitea/gitea/commit/8d0787c1a957284872741459038f7ce1112489f2) Fixed table sync error (#4303) - [`799a8c4`](https://github.com/go-gitea/gitea/commit/799a8c45b282c1779e907251de20dde90ab81fcf) Revert "Updated XORM" - [`78a3178`](https://github.com/go-gitea/gitea/commit/78a31784726718f393151155fb7a578115d035e9) Added general sorting criteria - [`b627576`](https://github.com/go-gitea/gitea/commit/b6275765fe95e644d72e8b1aa1d51c7a34ff218b) Merge branch 'master' into fix-v68-migration ### 📊 Changes **2 files changed** (+106 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `models/migrations/v68.go` (+100 -47) 📝 `models/topic.go` (+6 -6) </details> ### 📄 Description as title --- <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:32:34 -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#17322