-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflyway.toml
More file actions
31 lines (24 loc) · 726 Bytes
/
flyway.toml
File metadata and controls
31 lines (24 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
databaseType = "PostgreSql"
id = "4e53c4a8-35cd-401d-be63-2eaf3f254968"
name = "object_store"
[flyway]
callbackLocations = [ "filesystem:callbacks" ]
locations = [ "filesystem:migrations" ]
mixed = true
outOfOrder = true
schemaModelLocation = "schema-model"
validateMigrationNaming = true
[flyway.check]
majorTolerance = 0
[flywayDesktop]
developmentEnvironment = "development"
shadowEnvironment = "shadow"
[redgateCompare]
filterFile = "filter.rgf"
[redgateCompare.postgresql.options.behavior]
detectRenames = "identical-only"
[redgateCompare.postgresql.options.ignores]
ignoreNewlinesInTextObjects = "off"
[environments.target1]
url = "jdbc:postgresql://localhost:5432/objectStore"
schemas = [ "primart_schema" ]