Fix indentation in schema file

This commit is contained in:
Javi Martín
2019-06-06 13:02:57 +02:00
parent 6ba5c35bab
commit 69c6cd6737

View File

@@ -1183,8 +1183,8 @@ ActiveRecord::Schema.define(version: 20190429125842) do
t.datetime "confirmed_hide_at"
t.bigint "hot_score", default: 0
t.integer "confidence_score", default: 0
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "responsible_name", limit: 60
t.text "summary"
t.string "video_url"