mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/1165
Author: @Qmli04
Created: 1/16/2026
Status: ✅ Merged
Merged: 1/20/2026
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (3)
8fd6792fix: #1137080681efix: The query on _migration is not workinge1403d8refactor📊 Changes
8 files changed (+38 additions, -9 deletions)
View changed files
📝
migrations/1757476800_upgrade_v0.4.0.go(+7 -3)📝
migrations/1757476801_initialize_v0.4.0.go(+5 -1)📝
migrations/1760486400_upgrade_v0.4.1.go(+5 -1)📝
migrations/1762142400_upgrade_v0.4.3.go(+5 -1)📝
migrations/1762516800_upgrade_v0.4.4.go(+5 -1)📝
migrations/1763373600_upgrade_v0.4.5.go(+5 -1)📝
migrations/1763640000_upgrade_v0.4.6.go(+5 -1)📝
migrations/1766592000_upgrade_v0.4.11.go(+1 -0)📄 Description
该 PR 包含以下内容变更:
fix: 关闭 https://github.com/certimate-go/certimate/issues/1137
大致原因为在匹配以下划线开头的 nodeid时,使用了错误的方法。下划线在sqlite中为特殊字符,需要转义。该错误用法会导致触发该migration时,workflow_output和workflow_log中的nodeid每次都会被去除前三个字符。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.