mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 19:55:56 +08:00
add: project trace tasks count
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
class AddTasksCountToTraceUsers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :trace_users, :tasks_count, :integer, default: 0
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddTraceTasksCountToProjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :projects, :trace_tasks_count, :integer, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user