From 0554ad15453949f3179d4cd74e58fabfec9d4084 Mon Sep 17 00:00:00 2001 From: Matthew Tamayo Date: Wed, 17 Jul 2024 13:14:12 -0700 Subject: [PATCH] Add field to app usage. --- src/main/kotlin/com/openlattice/chronicle/survey/AppUsage.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/com/openlattice/chronicle/survey/AppUsage.kt b/src/main/kotlin/com/openlattice/chronicle/survey/AppUsage.kt index 903298b..8af0f34 100644 --- a/src/main/kotlin/com/openlattice/chronicle/survey/AppUsage.kt +++ b/src/main/kotlin/com/openlattice/chronicle/survey/AppUsage.kt @@ -13,6 +13,7 @@ data class AppUsage( val eventType: Int, val users: List = listOf(), val timezone: String, + val uploadedAt: Optional ) { init { if (appLabel?.isBlank() == true) {