[PR #3638] [MERGED] Fix column removal in MSSQL #17026

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3638
Author: @lafriks
Created: 3/6/2018
Status: Merged
Merged: 3/7/2018
Merged by: @appleboy

Base: masterHead: fix/mssql_drop_column


📝 Commits (3)

  • 2c7375c Fix column removal in MSSQL
  • bce10b0 Use xorm session in MSSQL drop column operations
  • 8d92ba4 Add transaction as MSSQL alter table is transactional

📊 Changes

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

View changed files

📝 models/migrations/migrations.go (+60 -0)
📝 models/migrations/v56.go (+1 -21)

📄 Description

Fixes #3624


🔄 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/3638 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 3/6/2018 **Status:** ✅ Merged **Merged:** 3/7/2018 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `fix/mssql_drop_column` --- ### 📝 Commits (3) - [`2c7375c`](https://github.com/go-gitea/gitea/commit/2c7375c07cf999492acaf3007f6df2ece7dea721) Fix column removal in MSSQL - [`bce10b0`](https://github.com/go-gitea/gitea/commit/bce10b08b4ae6f2811e54cd3fdacfe8863c3fa32) Use xorm session in MSSQL drop column operations - [`8d92ba4`](https://github.com/go-gitea/gitea/commit/8d92ba4448991ca6511bef37bdfc1d08f970ac14) Add transaction as MSSQL alter table is transactional ### 📊 Changes **2 files changed** (+61 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `models/migrations/migrations.go` (+60 -0) 📝 `models/migrations/v56.go` (+1 -21) </details> ### 📄 Description Fixes #3624 --- <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:24:33 -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#17026