dashboard history: clean up dashboard version history

This commit is contained in:
Alexander Zobnin
2017-11-14 18:22:18 +03:00
parent 6d7eacfa81
commit 08e2bbef83
5 changed files with 124 additions and 1 deletions
+7
View File
@@ -69,3 +69,10 @@ type GetDashboardVersionsQuery struct {
Result []*DashboardVersionDTO
}
//
// Commands
//
type DeleteExpiredVersionsCommand struct {
}