Remove obsolete flag_count

No need for deprecation warnings in release notes, this is an attribute
that was used temporarily but did not make it to a Release
This commit is contained in:
rgarcia
2018-03-22 20:48:19 +01:00
parent 7a980d79e7
commit c8562e64dd

View File

@@ -903,7 +903,6 @@ ActiveRecord::Schema.define(version: 20180220211105) do
t.integer "related_content_id"
t.datetime "created_at"
t.datetime "updated_at"
t.integer "flags_count", default: 0
t.datetime "hidden_at"
t.integer "related_content_scores_count", default: 0
t.integer "author_id"