Customization > Schema Customizations > Deploying Schema Customizations
Deploying Schema Customizations
1. Run the following command in the CCD tool to deploy the SchemaConfig.xml file:
ant deploy
2. After successful execution, run the following command to apply the schema customizations:
ant apply.schema
3. Run the following command to restart the system after applying the customizations:
wnc.restart
On successful execution, the changes are applied to the database. In case of failure, review the logs in the <WT_HOME>/logs/upgrade_tool.log file.
Was this helpful?