Remove related content positive/negative columsn from migrations & schema

This commit is contained in:
Bertocq
2017-12-20 01:34:12 +01:00
parent c9dbf3a90e
commit 7cb20bb084
3 changed files with 5 additions and 10 deletions

View File

@@ -862,8 +862,6 @@ ActiveRecord::Schema.define(version: 20171219111046) do
t.integer "related_content_id"
t.datetime "created_at"
t.datetime "updated_at"
t.integer "positive_score", default: 1
t.integer "negative_score", default: 0
end
add_index "related_contents", ["child_relationable_type", "child_relationable_id"], name: "index_related_contents_on_child_relationable", using: :btree