...
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. |
Revert to Baseline ID | FDORA_REVERT_TO_BASELINE_ID | No | Numeric ID of the baseline to revert an environment to. Defaults to -1. |
Table Renames | FDORA_TABLE_RENAMES | No | Table rename string. Defaults to NONE. |
Index Renames | FDORA_INDEX_RENAMES | No | Index rename string. Defaults to NONE. |
Column Renames | FDORA_COLUMN_RENAMES | No | Column rename string. Defaults to NONE. |
Trigger Renames | FDORA_TRIGGER_RENAMES | No | Trigger rename string. Defaults to NONE. |
Constraint Renames | FDORA_CONSTRAINT_RENAMES | No | Constraint rename string. Defaults to NONE. |
Synonym Renames | FDORA_SYNONYM_RENAMES | No | Synonym rename string. Defaults to NONE. |
Sequence Renames | FDORA_SEQUENCE_RENAMES | No | Sequence rename string. Defaults to NONE. |
View Renames | FDORA_VIEW_RENAMES | No | View rename string. Defaults to NONE. |
Outputs
Output Name | Required | Description |
---|---|---|
FDORA_OUT_BASELINE_ID | No | |
FDORA_OUT_BL_TABLE_COUNT | No | |
FDORA_OUT_BL_INDEX_COUNT | No | |
FDORA_OUT_BL_CONSTRAINT_COUNT | No | |
FDORA_OUT_BL_SEQUENCE_COUNT | No | |
FDORA_OUT_BL_PROCEDURES_COUNT | No | |
FDORA_OUT_BL_VIEWS_COUNT | No | |
FDORA_OUT_BL_SYNONYMS_COUNT | No | |
FDORA_OUT_BL_MVIEW_COUNT | No | |
FDORA_OUT_BL_MVIEW_LOG_COUNT | No | |
FDORA_OUT_BL_PRIVILEGES_COUNT | No |
...