Build Scripts for all Database Objects in MCZbase
Generate new export by dumping from MCZbase database with:
BEGIN
MCZBASE.GENERATE_DDL();
END;
/
Then use this export to update files in checkout of this DDL project.
See Redmine 353 for more details.