Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 389 Bytes

File metadata and controls

17 lines (11 loc) · 389 Bytes

DDL

Build Scripts for all Database Objects in MCZbase

DOI

To update

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.