I'm reseeding a fairly large database with updated static data and updated values which users engage with. However, I've noticed that reseeding the database clears all join tables for Has_and_belongs_to_many tables (all other user data, and tables remains unchanged).
Has anyone worked out a way around this where the data will be preserved when reseeding?
I'm using Rails & Postgresql