From c0ee1219dae95d4b39a39da2d5eb510d6ae62786 Mon Sep 17 00:00:00 2001 From: Blake Kostner Date: Fri, 23 Apr 2021 10:56:30 -0600 Subject: [PATCH] update core timestamp to string to match other date fields --- protos/bottle/core/v1/bottle.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/bottle/core/v1/bottle.proto b/protos/bottle/core/v1/bottle.proto index 3b8c355..d84ff5c 100644 --- a/protos/bottle/core/v1/bottle.proto +++ b/protos/bottle/core/v1/bottle.proto @@ -10,7 +10,7 @@ import "bottle/inventory/v1/events.proto"; import "bottle/support/v1/events.proto"; message Bottle { - int64 timestamp = 1; + string created_at = 1; string request_id = 2; string source = 3;