Confusion on Building Shema X-Ref

comatt1

Member
Is there a way to build an incremental .df file (or RTB task), that will build a list of differences between what RTB believes the schema should be and what is in place.

Prior to my arrival, there were manual changes done to our development environment database.

Because the update schema process was done within the Data Dictionary, while the schema update was skipped to complete the task, there are some minor differences in DEV that I don't want in place anymore (nothing major):

- Unknown's for field messages, while RTB expects some characters to be there.

I want to syncronize the schema, and just apply the changes to that SINGLE (we have a DEV, TEST, PROD) DEV environment.

Documentation sounds like:

RTB can be changed to reflect current schema in place. However, I want the RTB schema to define what the actual schema will be for the database.
 
Top