Merge branch 'forge' of https://bdgit.educoder.net/Hjqreturn/educoder into forge
commit
567d20caea
@ -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