| # properties that control sql script generation | |
| # list all databases to support, separated by spaces | |
| databases=db2 derby hsqldb mssql mysql oracle postgresql | |
| # list all db templates to generate, separated by spaces | |
| templates=createdb 310-to-400-migration 400-to-500-migration \ | |
| 500-to-510-migration 510-to-520-migration 520-to-610-migration |