[PR #638] [MERGED] Drop redundant columns from issue_user table #15505

Closed
opened 2025-11-02 11:48:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/638
Author: @ethantkoenig
Created: 1/10/2017
Status: Merged
Merged: 2/3/2017
Merged by: @lunny

Base: masterHead: refactor/issue_user


📝 Commits (1)

  • 04b3bf2 Drop redundant columns from issue_user table

📊 Changes

4 files changed (+23 additions, -106 deletions)

View changed files

📝 models/issue.go (+15 -88)
📝 models/pull.go (+1 -1)
📝 models/repo.go (+3 -1)
📝 routers/repo/issue.go (+4 -16)

📄 Description

Drops repo_id, milestone_id, is_poster, is_closed columns. See #636


🔄 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/638 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 1/10/2017 **Status:** ✅ Merged **Merged:** 2/3/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `refactor/issue_user` --- ### 📝 Commits (1) - [`04b3bf2`](https://github.com/go-gitea/gitea/commit/04b3bf2f4f8642b0d83d7a1af8b87cae8b876096) Drop redundant columns from issue_user table ### 📊 Changes **4 files changed** (+23 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+15 -88) 📝 `models/pull.go` (+1 -1) 📝 `models/repo.go` (+3 -1) 📝 `routers/repo/issue.go` (+4 -16) </details> ### 📄 Description Drops `repo_id, milestone_id, is_poster, is_closed` columns. See #636 --- <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 11:48:07 -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#15505