Skip to content
Snippets Groups Projects

Добавлено поле TTL в proto-файл collections

Merged Alex Petraky requested to merge feature/PRXS-1186-ProtoCollsTTL into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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;
Loading