Detecting unused database columns using Ecto schemas
I went spelunking through our production database and realised some columns weren’t referenced in our Ecto schemas, so I went and automated the discovery of unused database columns:
https://geekmonkey.org/detecting-unused-database-columns-using-ecto-schemas/
Read next ElixirConf EU 2023, report