rroblak/seed_dump

fresh dump denormalizes the database

jhelbig opened this issue · 2 comments

This works great for what it does, however it would be nice to set a normalize/denormalize param at run-time to retain any of the unique ID's that complete relational links.

If I understand what you're asking for, you only need to set the :exclude parameter to an empty list when you dump. That will output IDs and mod dates, preserving associations.

that makes sense. Didn't realize i could set it to an empty array for this.

Thanks!