mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 20:06:19 +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)
|
||||
.locations(location)
|
||||
.dataSource(url, user, password)
|
||||
.cleanDisabled(false)
|
||||
.load();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user