Skip to content

Instantly share code, notes, and snippets.

@altmind
Created August 15, 2012 09:58
Show Gist options
  • Select an option

  • Save altmind/3358342 to your computer and use it in GitHub Desktop.

Select an option

Save altmind/3358342 to your computer and use it in GitHub Desktop.
sample-changelog.groovy
databaseChangeLog = {
changeSet(author: "alt (generated)", id: "1345021906578-1") {
renameTable(oldTableName: "ADMINS", newTableName: "USERS")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment