更改:疑修param为index以及新增统计标签下合并请求数量

This commit is contained in:
2023-02-23 15:24:30 +08:00
parent edc00d28a7
commit dc9ca7d0ca
10 changed files with 40 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
class AddSomeColumnsToIssueUpgrade < ActiveRecord::Migration[5.2]
def change
add_column :issue_tags, :pull_requests_count, :integer, default: 0
end
end