patilgs / tarantino

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

Developer: I want to be able to specify the database version I'm upgrading to when I run the Update task #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
        <manageSqlDatabase
            scriptDirectory="${database.script.directory}"
            action="${action}"
            server="${database.server}"
            integratedAuthentication="true"
            database="${database.name}"
            version="456"
        />

The version specified should be stored in the version column of the
database history table for N number of scripts that were executed with the
update.

"Drop" should ignore this property.

Expected usage:  The build number will be specified to version number so
that select max(version) will report database version that matches the
application build number

Original issue reported on code.google.com by jeffreyp...@gmail.com on 15 May 2008 at 2:36

GoogleCodeExporter commented 9 years ago
+1, I need this behavior as well.

Original comment by TimBa...@gmail.com on 9 Mar 2009 at 9:54