You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I issue the mvn liquibase:update command, it executes successfully but the table is not created. I am running it on Mac. Also, the DB file is not created inside /tmp. It gets created inside the liquibase-helloworld.
root@shashank-mbp /U/a/D/p/c/liquibase-helloworld# mvn liquibase:update
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building liquibasehello 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- liquibase-maven-plugin:3.0.0-rc1:update (default-cli) @ liquibasehello ---
[INFO] ------------------------------------------------------------------------
[INFO] there are no resolved artifacts for the Maven project.
[INFO] Executing on Database: jdbc:h2:liquidhello
INFO 15/6/18 8:57 AM:liquibase: Successfully acquired change log lock
INFO 15/6/18 8:57 AM:liquibase: Reading from PUBLIC.DATABASECHANGELOG
INFO 15/6/18 8:57 AM:liquibase: Reading from PUBLIC.DATABASECHANGELOG
INFO 15/6/18 8:57 AM:liquibase: Successfully released change log lock
INFO 15/6/18 8:57 AM:liquibase: Successfully released change log lock
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.396 s
[INFO] Finished at: 2018-06-15T08:57:17+05:30
[INFO] Final Memory: 17M/296M
[INFO] ------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
shashank-ssriva
changed the title
No table is created when mvn liquibase:update command is executed
No table is created when mvn liquibase:update command is executed
Jun 15, 2018
When I issue the
mvn liquibase:update
command, it executes successfully but the table is not created. I am running it on Mac. Also, the DB file is not created inside/tmp
. It gets created inside theliquibase-helloworld
.The text was updated successfully, but these errors were encountered: