Fixed database column for Shrinerb
This commit is contained in:
parent
54c1281a47
commit
bc84a022fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue