[PR #5493] [MERGED] fix topic name length on database #17808

Closed
opened 2025-11-02 15:57:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5493
Author: @lunny
Created: 12/8/2018
Status: Merged
Merged: 12/8/2018
Merged by: @lafriks

Base: masterHead: lunny/fix_topic_unique_too_long


📝 Commits (2)

  • 8271627 fix topic name length on database
  • 444cd06 Merge branch 'master' into lunny/fix_topic_unique_too_long

📊 Changes

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

View changed files

📝 models/migrations/v68.go (+1 -1)
📝 models/topic.go (+1 -1)

📄 Description

Since we have controlled topic name length is less than 25, so we should change the name column's length.This will fix #5491


🔄 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/5493 **Author:** [@lunny](https://github.com/lunny) **Created:** 12/8/2018 **Status:** ✅ Merged **Merged:** 12/8/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `lunny/fix_topic_unique_too_long` --- ### 📝 Commits (2) - [`8271627`](https://github.com/go-gitea/gitea/commit/82716275c0077dedfe2b00446ca5705be029a3ef) fix topic name length on database - [`444cd06`](https://github.com/go-gitea/gitea/commit/444cd06387cc07f95d5abb61a734bfa50c6fc8f4) Merge branch 'master' into lunny/fix_topic_unique_too_long ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `models/migrations/v68.go` (+1 -1) 📝 `models/topic.go` (+1 -1) </details> ### 📄 Description Since we have controlled topic name length is less than 25, so we should change the name column's length.This will fix #5491 --- <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 15:57:24 -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#17808