ankane/pgsync

Ability to exclude row based on condition in yml

Hritik14 opened this issue · 0 comments

Currently we can exclude one entire table using

exclude:
    - table_name

It would be nice to preserve some rows in the table. For example, I have a settings table that contains site_url. This needs to be localhost for local but a different name for remote. Other settings can be synced as normal.