This commit is contained in:
2022-05-13 13:56:12 +08:00
parent 7fcbbb7922
commit 0e4c0a46c2

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