Skip to content

Commit 1bb1899

Browse files
committed
1 parent f3be596 commit 1bb1899

3 files changed

Lines changed: 260 additions & 281 deletions

File tree

src/main/kotlin/com/github/mgramin/sqlboot/model/connection/SimpleDbConnection.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ open class SimpleDbConnection(
4949

5050
override fun paginationQueryTemplate() = this.paginationQueryTemplate!!
5151

52-
override fun health() = "UKNOWN"
52+
override fun health() = "UNKNOWN"
5353

5454
private var dataSource: DataSource? = null
5555

0 commit comments

Comments
 (0)