mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
更改:悬赏金额变更需要同步至链上以及关联疑修新增标记是否解决
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddFixedToPullAttachedIssues < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :pull_attached_issues, :fixed, :boolean, default: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user