Skip to content

skyzhangty/liquibase-tutorial-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

liquibase-tutorial-quickstart

Commands: liquibase --driver=oracle.jdbc.OracleDriver --classpath=\path\to\classes:jdbcdriver.jar --changeLogFile=com/example/db.changelog.xml --url="jdbc:oracle:thin:@localhost:1521:XE" --username=scott --password=tiger generateChangeLog

clean compile db:create clean compile db:schema clean compile db:update

clean compile liquibase:update -Dliquibase.contexts=dev clean compile liquibase:dropAll liquibase:update -Dliquibase.contexts=dev

Links: http://www.liquibase.org/documentation/generating_changelogs.html <-- Liquibase can generate change logs file ! ! ! ;-))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published