This commit is contained in:
yystopf 2022-05-13 13:56:12 +08:00
parent 7fcbbb7922
commit 0e4c0a46c2
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
class AddTraceTasksCountToProjects < ActiveRecord::Migration[5.2]
def change
add_column :projects, :trace_tasks_count, :integer, default: 0
end
end