abartov / bybeconv

Project Ben-Yehuda's content management system.
https://benyehuda.org/
Other
10 stars 5 forks source link

Unused sidepic attachment in People table #346

Closed damisul closed 1 month ago

damisul commented 1 month ago

In People table we have 4 columns:

t.string "sidepic_file_name"
t.string "sidepic_content_type"
t.bigint "sidepic_file_size"
t.datetime "sidepic_updated_at"

It seems that we used to have paperclip attachment sidepic in Person class some time ago, but I don't see it being used anywhere in code (nor attachment declaration in Person class).

So I propose to remove it