For PostgreSQL users - where are your DBs hosted?

Oracle Ignore Sequence MINVALUE Setting

Description

Ignores the MINVALUE property of sequences only when comparing databases.

Note: if this option is set and you deploy a sequence, the MINVALUE property from the source will still be deployed.

Type

Boolean

Default

false

Usage

This setting can't be configured other than in a TOML configuration file.

Flyway Desktop

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

TOML Configuration File

[redgateCompare.oracle.options.ignores]
ignoreSequenceMinValue = true

Didn't find what you were looking for?