Skip to content

CreateDatabase task - Set default area #544

@gquerret

Description

@gquerret

When creating local databases that can be used for schema management in Git, it would be good to specify the default area for tables / indexes / lobs. That would avoid the lengthy cycle of pushing the new tables to Git, have SQ report a blocker error because the table is added in the schema area, then pushing another commit to Git.

Proposed syntax:

<PCTCreateDatabase dbName="db" dbDir="target/db" defaultTableArea="xxx" defaultIndexArea="xxx" defaultLobArea="xxx" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions