更改:悬赏金额变更需要同步至链上以及关联疑修新增标记是否解决

This commit is contained in:
2023-03-09 18:11:10 +08:00
parent d240797c25
commit 6c71994e33
5 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddFixedToPullAttachedIssues < ActiveRecord::Migration[5.2]
def change
add_column :pull_attached_issues, :fixed, :boolean, default: false
end
end