mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
Fix Flyway Clean Disabled Issue (#9556)
This commit is contained in:
parent
420fa1181a
commit
e5519663e6
@ -216,6 +216,7 @@ public final class TablesInitializer {
|
|||||||
.cleanOnValidationError(false)
|
.cleanOnValidationError(false)
|
||||||
.locations(location)
|
.locations(location)
|
||||||
.dataSource(url, user, password)
|
.dataSource(url, user, password)
|
||||||
|
.cleanDisabled(false)
|
||||||
.load();
|
.load();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user