[PR #1388] [MERGED] Corrected Mirror.NextUpdate not set #15888

Closed
opened 2025-11-02 11:56:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1388
Author: @cez81
Created: 3/26/2017
Status: Merged
Merged: 4/6/2017
Merged by: @lunny

Base: masterHead: fix_mirror_next_update


📝 Commits (1)

  • 03b1fe5 Corrected Mirror.NextUpdate not set

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 models/repo_mirror.go (+1 -1)

📄 Description

Mirror.NextUpdate is not properly set because the switch-case has the wrong column name. Changed from next_updated_unix to next_update_unix.


🔄 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/1388 **Author:** [@cez81](https://github.com/cez81) **Created:** 3/26/2017 **Status:** ✅ Merged **Merged:** 4/6/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix_mirror_next_update` --- ### 📝 Commits (1) - [`03b1fe5`](https://github.com/go-gitea/gitea/commit/03b1fe5e065cd3baae8f484059187aedfb7da52c) Corrected Mirror.NextUpdate not set ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/repo_mirror.go` (+1 -1) </details> ### 📄 Description Mirror.NextUpdate is not properly set because the switch-case has the wrong column name. Changed from next_update**d**_unix to next_update_unix. --- <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:56:56 -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#15888