Export to GitHub

tarantino - issue #1

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


Posted on May 15, 2008 by Swift Bear
    <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

Comment #1

Posted on Mar 9, 2009 by Grumpy Elephant

+1, I need this behavior as well.

Status: New

Labels:
Type-Enhancement Priority-Medium