Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Refactor a couple of changesets.
  • Loading branch information
pledbrook committed Feb 10, 2012
1 parent ae0f3a7 commit a16edbe
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions migrations/changelog-1.2.groovy
Expand Up @@ -14,6 +14,10 @@ databaseChangeLog = {
constraints(nullable: "false")
}
}

createIndex(indexName: "name_idx", tableName: "wiki_image") {
column(name: "name")
}
}

changeSet(author: "pledbrook (generated)", id: "1327422140130-2") {
Expand All @@ -26,10 +30,4 @@ databaseChangeLog = {
}
}

changeSet(author: "pledbrook (generated)", id: "1327422140130-3") {
createIndex(indexName: "name_idx", tableName: "wiki_image") {
column(name: "name")
}
}

}

0 comments on commit a16edbe

Please sign in to comment.