Fixed database column for Shrinerb

This commit is contained in:
Christoph Haas 2020-11-12 19:36:30 +01:00
parent 54c1281a47
commit bc84a022fe

View file

@ -99,7 +99,7 @@ ActiveRecord::Schema.define(version: 2020_10_31_112024) do
t.datetime "image_updated_at"
t.string "image_fingerprint"
t.integer "user_id", default: 0
t.text "image_data"
t.text "simage_data"
t.index ["id", "approved"], name: "id_approved"
t.index ["id", "uploaderhash"], name: "id_uploaderhash"
end