Our database includes many views that are not directly controlled by the Rails application, so we need a way to skip those views when dumping the schema.
This PR introduces support for specifying a list of views to skip, where each item can be anything that responds to the === operator (e.g. a String or a Regexp).
Our database includes many views that are not directly controlled by the Rails application, so we need a way to skip those views when dumping the schema. This PR introduces support for specifying a list of views to skip, where each item can be anything that responds to the
===
operator (e.g. a String or a Regexp).