Remove the recyclerview dividers, they made the app too cluttered, so now theyre gone.
Refactor/Rewrite the database system to be based on SQLiteOpenHelper instead of Room, as Room will keep empty columns around even after trying to explicitly delete them.