Back to Flyway

Oracle Ignore Index Names Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare Oracle Namespace/Oracle Ignore Options Namespace/Oracle Ignore Index Names Setting.md

latest497 B
Original Source

Description

Ignores index names for comparison. If two indexes only differ by name, they will be considered identical when compared.

Type

Boolean

Default

false

Usage

Flyway Desktop

This can be set from the comparison options settings in Oracle projects.

Command-line

powershell
./flyway diff -redgateCompare.oracle.options.ignores.ignoreIndexNames=true

TOML Configuration File

toml
[redgateCompare.oracle.options.ignores]
ignoreIndexNames = true