Skip to content

Commit

Permalink
Remove unneeded part of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Oct 19, 2021
1 parent 7805d0b commit d3d8933
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ class CreateMissingTablesAndColumnsTests : DatabaseTestsBase() {
val id = integer("idcol")
val col = integer("col").nullable()
val strcol = varchar("strcol", 255).nullable()
val bool = bool("bool").default(false).nullable() // check no changes for boolean

override val primaryKey = PrimaryKey(id)
}
Expand Down

0 comments on commit d3d8933

Please sign in to comment.