Browse Source

fix

pull/313/head
yystopf 4 years ago
parent
commit
0e4c0a46c2
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      db/migrate/20220511031711_add_trace_tasks_count_to_projects.rb

+ 0
- 5
db/migrate/20220511031711_add_trace_tasks_count_to_projects.rb 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

Loading…
Cancel
Save