mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:33:05 +08:00
ADD some columns for project_educoders table
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddForkedCountAndCommitCountToProjectEducoders < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :project_educoders, :commit_count, :integer, default: 0
|
||||
add_column :project_educoders, :forked_count, :integer, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user