Skip to content
This repository was archived by the owner on Mar 13, 2019. It is now read-only.

Conversation

@jasonroelofs
Copy link

This change changes from a Dump-Everything default to a Dump-Nothing.
Now, each ActiveRecord model that should be dumped needs to be flagged
as such replicate_enable, each of that model's attributes, outside of
the primary key, needs to be explicitly mentioned, and every association
that should be included in a dump needs to be explicitly mentioned.

This change changes from a Dump-Everything default to a Dump-Nothing.
Now, each ActiveRecord model that should be dumped needs to be flagged
as such `replicate_enable`, each of that model's attributes, outside of
the primary key, needs to be explicitly mentioned, and every association
that should be included in a dump needs to be explicitly mentioned.
Also with the significant breaking changes made, lets bump us up to v2.
As we now heavily restrict from the dumping side, loading can assume
that the received data is good and can be pushed verbatim into the
database. The only exception is we still have to handle id replication
and natural keys.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant