Currently when we build a domain we user perform, we want to continue to use DO.net to build our schema as much as possible. However, it fails if we add indexes, tables or columns that DO.Net does not know about. Is there a way to hook into validation to keep it from failing or removing extra indexes, tables, or columns that we want? For example if we add columns for ETL tie in perform will either remove them or fail. What I would like is to hook into validation so when it runs into an object it does not know about I can bypass the error. |