fb733b9a60
We are doing away with all the automated activity scoring, but for now lets just get rid of it for comments.
6 lines
124 B
Ruby
6 lines
124 B
Ruby
class DropCardCommentsCount < ActiveRecord::Migration[8.1]
|
|
def change
|
|
remove_column :cards, :comments_count
|
|
end
|
|
end
|