We have a test crm server that contains schema changes
for several customers. The work for one of those
customers is complete but since our test system includes
changes for other customers we cannot simply export are
schema and import it into the completed customer's schema.
I am hesistant to manually enter the required changes
directly on the customer's system since a typing error
requires in many cases that the db be restored. Another
way to move the changes would be as follows:
(1) export the test server schema to file A
(2) export the customer schema to file B
(3) move the appropriate xml from file A to file B
(4) import file B back to the customer system
I have looked at the xml files and it seems straight-
forward. Has anyone else done such a thing? Are there
other ways to accomplish the task? Thanks.