tiddlyhost / tiddlyhost-com

Rails application for creating and hosting TiddlyWiki sites, plus resources for deploying it to https://tiddlyhost.com/
Other
188 stars 18 forks source link

Clean up orphan attachments somehow #249

Open simonbaird opened 2 years ago

simonbaird commented 2 years ago
ActiveStorage::Attachment.unscoped.where(name: "tiddlywiki_file").select{|a|a.record.nil?}
simonbaird commented 1 year ago

Not sure if this is still relevant.