sudr / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

support create-changelog-table #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The maven plugin, ant task, and command line should support a "create changelog 
table" operation.

This should -
- do nothing if a changelog table already exists in the database (using 
standard jdbc metadata calls)
- create the database-specific changelog table using the scripts

Original issue reported on code.google.com by gtack...@googlemail.com on 29 Mar 2011 at 8:41