Currently we can exclude one entire table using
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.
Currently we can exclude one entire table using
It would be nice to preserve some rows in the table. For example, I have a
settingstable that containssite_url. This needs to be localhost for local but a different name for remote. Other settings can be synced as normal.