Export to GitHub

tarantino - issue #2

Developer: I want to be able to specify the name of the database history table


Posted on May 15, 2008 by Swift Bear
    <manageSqlDatabase
        scriptDirectory="${database.script.directory}"
        action="${action}"
        server="${database.server}"
        integratedAuthentication="true"
        database="${database.name}"
        versiontable="MyVersionTable"
    />

When specified, the default database table name should be overridden with the table name specified.

Comment #1

Posted on May 15, 2008 by Quick Bear

I think that in the demo today at DevTeach this was happening, the problem was that a versiontable was specified with the wrong name and not the name of the table created in the db.

versiontable="version" but in the database the table was named differently.

Comment #2

Posted on May 15, 2008 by Swift Bear

@hernifootball, that happened when Owen was demoing dbDeploy

Status: New

Labels:
Type-Enhancement Priority-Medium