Skip to content

Commit

Permalink
Enable heroTimes for all old jobs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Burnicki committed Nov 22, 2018
1 parent a4a566d commit 926af7d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@ databaseChangeLog = {

changeSet(author: "fwieczorek", id: "20181115-hero-elements") {
addColumn(tableName: "job") {
column(name: "hero_element_times", type: "bit") {
column(name: "hero_element_times", type: "boolean", valueBoolean: true) {
constraints(nullable: "false")
}

Expand All @@ -11,4 +11,4 @@ databaseChangeLog = {
}
}
}
}
}

0 comments on commit 926af7d

Please sign in to comment.