...
Input Name | Input Code | Required | Description |
---|---|---|---|
Column Drop Action | FDORA_COL_DROP_ACTION | No | Determines what action to take for "dropping" columns. Can be set to SET UNUSED or DROP. Defaults to SET UNUSED |
Create Baseline | FDORA_CREATE_BASELINE_FLG | No | Whether to generate a baseline on the target environment and compare to new baseline. Defaults to false, which indicates that the DDL on the target server should be assumed to have been unaltered since the last deploy. Currently the deployments are considered to be successful, even if they were previews or failed. It is recommended that this This must be set to true if there are outside changes to the target Database. |
Preview Execution | FDORA_PREVIEW_EXECUTION | No | Whether to bypass actual execution of the DDL, and simply run the compare. Defaults to true. |
...