parent
eb42078e73
commit
ef807c8ecf
@ -0,0 +1,6 @@
|
||||
class AddIssuesCountAndPullRequestsCountToProjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :projects, :issues_count, :integer, :default => 0
|
||||
add_column :projects, :pull_requests_count, :integer, :default => 0
|
||||
end
|
||||
end
|
Loading…
Reference in new issue