Skip to content

thomasdufourd/c5-db-migration-spike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

prerequisite : 
 . hsqldb server with 'bris' db -- up and running
 . table ENHET must be present

run : from command-line at the root of this project  
 . mvn db-migration:check : maven build fails and should give the following output : "[WARNING] There is 1 pending migrations: "
 . mvn db-migration:migrate : apply all pending migrations 

check : in your favorite sqlclient 
 . select * from enhet --> the record is created
 . select * from schema_version --> a new entry is added


ref : http://code.google.com/p/c5-db-migration/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published