我正在尝试使用liquibase进行postgresql数据库版本控制,并按照官方链接中的说明进行操作。
创建了一个测试数据库,并使用命令行添加了一个标签=“ baseline”。这记录在Changelog表中。
liquibase --driver= org.postgresql.Driver --classpath=./lib/postgresql-42.2.5.jar --url=jdbc:postgresql://localhost:5432/lpoc --username=postgres --password=emr123 tag=baseline Successfully tagged postgres@jdbc:postgresql://localhost:5432/lpoc Liquibase 'tag' Successful