src/main/kotlin/de/uapcore/lightpit/dao/DataAccessObject.kt

changeset 235
4258b9e010ae
parent 232
296e12ff8d1c
child 239
9365c7fb0240
--- a/src/main/kotlin/de/uapcore/lightpit/dao/DataAccessObject.kt	Sat Oct 09 17:46:12 2021 +0200
+++ b/src/main/kotlin/de/uapcore/lightpit/dao/DataAccessObject.kt	Sat Oct 09 20:05:39 2021 +0200
@@ -81,4 +81,6 @@
 
     fun insertHistoryEvent(issue: Issue, newId: Int = 0)
     fun insertHistoryEvent(issueComment: IssueComment, newId: Int = 0)
+
+    fun listIssueHistory(projectId: Int, days: Int): List<IssueHistoryEntry>
 }

mercurial