From 04ec8bf3e3f3c8142c1ebe6967bc21738b821c6b Mon Sep 17 00:00:00 2001
From: ko_oler <kooler89@gmail.com>
Date: Wed, 3 May 2023 18:00:39 +0300
Subject: [PATCH] fix name

---
 proto/collections/collections.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proto/collections/collections.proto b/proto/collections/collections.proto
index 300995e..4c17d0d 100644
--- a/proto/collections/collections.proto
+++ b/proto/collections/collections.proto
@@ -26,7 +26,7 @@ message Collection {
   optional bool no_data = 12;
   string schema = 7;
   bool hidden = 13;
-  google.protobuf.Duration TTL = 14;
+  google.protobuf.Duration ttl = 14;
 
   message View {
     string space_id = 1;
-- 
GitLab