From bc84a022fe6e9a68336ed38cd1d1cd53ed0d1cb1 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 12 Nov 2020 19:36:30 +0100 Subject: [PATCH] Fixed database column for Shrinerb --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 4b79335..6416617 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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