fresh dump denormalizes the database
jhelbig opened this issue · 2 comments
jhelbig commented
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.
GarthSnyder commented
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.
jhelbig commented
that makes sense. Didn't realize i could set it to an empty array for this.
Thanks!