Skip to content

v10.16.3-20241220

Latest
Compare
Choose a tag to compare
@jovezhong jovezhong released this 20 Dec 17:35
· 25 commits to timeplus-support since this release

Full Changelog: v10.16.3-20241219...v10.16.3-20241220

Changes:

  • flyway clean now can delete SCHEMA FORMAT and FUNCTION

More details: https://docs.timeplus.com/flyway
3-min demo: https://www.youtube.com/watch?v=onGVEZtb_Ik

Tested with flyway homebrew version. Please add flyway-database-timeplus-10.16.3.jar and timeplus-native-jdbc-shaded-2.0.7.jar (download it from https://github.com/timeplus-io/timeplus-native-jdbc/releases/tag/v2.0.7) to flyway folder.

MD5 (/opt/homebrew/Cellar/flyway/11.1.0/libexec/lib/flyway/flyway-database-timeplus-10.16.3.jar) = 
5a94515213aa2324a044ee112e8e216d

Sample config

[environments.tplocal]
url = "jdbc:timeplus://localhost:7587"
user = "admin"
password = "changeme"
[flyway]
validateMigrationNaming = true
environment = "tplocal"
locations = ["filesystem:migrations"]
cleanDisabled = false